diff --git a/second/bootinfo.c b/second/bootinfo.c index 088ffc0..a4d8ba6 100644 --- a/second/bootinfo.c +++ b/second/bootinfo.c @@ -13,7 +13,6 @@ #include "memory.h" #include "glue.h" #include "console.h" -#include "MMU.h" #include "lowmem.h" #include "misc.h" #include "bootinfo.h" diff --git a/second/console.c b/second/console.c index 0020022..8b49ab5 100644 --- a/second/console.c +++ b/second/console.c @@ -8,7 +8,6 @@ #include "glue.h" #include "console.h" -#include "MMU.h" typedef struct console_handler { diff --git a/second/memory.c b/second/memory.c index ffbd651..e95ba8d 100644 --- a/second/memory.c +++ b/second/memory.c @@ -8,7 +8,6 @@ #include -#include "MMU.h" #include "bank.h" #include "memory.h" #include "lowmem.h"