From 96e16b96c9ff03f7cbba6fa050ed57e239904412 Mon Sep 17 00:00:00 2001 From: rsc Date: Sun, 16 Jul 2006 16:04:44 +0000 Subject: [PATCH] no memlayout.h --- lapic.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lapic.c b/lapic.c index a4dac30..3553d6d 100644 --- a/lapic.c +++ b/lapic.c @@ -1,7 +1,6 @@ #include "types.h" #include "mp.h" #include "defs.h" -#include "memlayout.h" #include "param.h" #include "x86.h" #include "traps.h"