From 558ab49f13634d972e956020a12d14fdb1416b94 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 27 Aug 2007 23:26:33 +0000 Subject: delete unnecessary #include lines --- lapic.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lapic.c') diff --git a/lapic.c b/lapic.c index 6afc3b8..5df4f86 100644 --- a/lapic.c +++ b/lapic.c @@ -2,12 +2,7 @@ // See Chapter 8 & Appendix C of Intel processor manual volume 3. #include "types.h" -#include "defs.h" -#include "param.h" -#include "x86.h" #include "traps.h" -#include "mmu.h" -#include "proc.h" // Local APIC registers, divided by 4 for use as uint[] indices. #define ID (0x0020/4) // ID -- cgit v1.2.3