diff options
Diffstat (limited to 'flash')
| -rw-r--r-- | flash/bootbox/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/flash/bootbox/main.c b/flash/bootbox/main.c index ff6b837..ac90d60 100644 --- a/flash/bootbox/main.c +++ b/flash/bootbox/main.c @@ -29,8 +29,7 @@ #include "cpu.h" #include "system.h" #include "lcd.h" -#include "kernel.h" -#include "thread.h" +#include "../kernel-internal.h" #include "storage.h" #include "disk.h" #include "font.h" |