summaryrefslogtreecommitdiff
path: root/common/host.c
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2012-10-09 14:36:13 +0900
committertmk <nobody@nowhere>2012-10-17 15:55:37 +0900
commit373ab0e7192811944786c095facb80938c33f1d5 (patch)
treeaf609b1318ebb8e08897460af7dc894c389cea02 /common/host.c
parent16ba9bda5601ebef6e4db04a5ad079af32370815 (diff)
Add keycode.h and remove usb_keycodes.h.
Diffstat (limited to 'common/host.c')
-rw-r--r--common/host.c2
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>.
#include <stdint.h>
#include <avr/interrupt.h>
-#include "usb_keycodes.h"
+#include "keycode.h"
#include "host.h"
#include "util.h"
#include "debug.h"