From 45c96c3f178b845b4cf6bc0c38a88eb769f30f4d Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Thu, 4 Mar 2004 22:42:22 +0000 Subject: [PATCH] remove MMU.h --- second/bootinfo.c | 1 - second/console.c | 1 - second/memory.c | 1 - 3 files changed, 3 deletions(-) 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"