diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-17 19:43:59 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-17 19:43:59 +0200 |
| commit | d98828d08eb1f6c1394f38a1df69c73fef0cfefa (patch) | |
| tree | 31df37430733c906b235b88c2cfa14d835af4bec /kernel/keyboard.c | |
| parent | 29ea3208b004f15dafa48ae29a75ba7f0c093a74 (diff) | |
working on vt52 and some cleanup
Diffstat (limited to 'kernel/keyboard.c')
| -rw-r--r-- | kernel/keyboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/keyboard.c b/kernel/keyboard.c index 0274748..b586d0f 100644 --- a/kernel/keyboard.c +++ b/kernel/keyboard.c @@ -1,7 +1,6 @@ #define FOOLOS_MODULE_NAME "keyboard" #include "x86.h" -#include "console.h" #include "lib/buffer/ringbuffer.h" #include "lib/logger/log.h" // logger facilities |
