diff options
Diffstat (limited to 'src/ginput/ginput_keyboard.c')
-rw-r--r-- | src/ginput/ginput_keyboard.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ginput/ginput_keyboard.c b/src/ginput/ginput_keyboard.c index 2d284eaa..eac2e9e0 100644 --- a/src/ginput/ginput_keyboard.c +++ b/src/ginput/ginput_keyboard.c @@ -21,8 +21,8 @@ #endif // Get the keyboard driver interface -#include "driver_keyboard.h" -#include "keyboard_microcode.h" +#include "ginput_driver_keyboard.h" +#include "ginput_keyboard_microcode.h" // The keyboard poll timer static GTIMER_DECL(KeyboardTimer); |