From 373ab0e7192811944786c095facb80938c33f1d5 Mon Sep 17 00:00:00 2001 From: tmk Date: Tue, 9 Oct 2012 14:36:13 +0900 Subject: Add keycode.h and remove usb_keycodes.h. --- common/host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/host.c') diff --git a/common/host.c b/common/host.c index 0a03807f73..37f707d0b3 100644 --- a/common/host.c +++ b/common/host.c @@ -17,7 +17,7 @@ along with this program. If not, see . #include #include -#include "usb_keycodes.h" +#include "keycode.h" #include "host.h" #include "util.h" #include "debug.h" -- cgit v1.2.3