From 72c6e9763ca61bc9d7de5f7080ee1c8a1c7c1562 Mon Sep 17 00:00:00 2001 From: Miguel Date: Tue, 21 Aug 2018 19:42:33 +0200 Subject: cleaning up a bit --- driver/keyboard.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'driver/keyboard.c') diff --git a/driver/keyboard.c b/driver/keyboard.c index 52e6454..9377515 100644 --- a/driver/keyboard.c +++ b/driver/keyboard.c @@ -2,9 +2,9 @@ // http://www.computer-engineering.org/ps2keyboard/scancodes1.html #define FOOLOS_MODULE_NAME "keyboard" -#include #include "asm/x86.h" -#include "lib/logger/log.h" + +#include static bool ctrl_l=false; static bool shift_l=false; -- cgit v1.2.3