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 --- mp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mp.c') diff --git a/mp.c b/mp.c index edd85df..563a401 100644 --- a/mp.c +++ b/mp.c @@ -1,11 +1,10 @@ // http://developer.intel.com/design/pentium/datashts/24201606.pdf #include "types.h" -#include "mp.h" #include "defs.h" #include "param.h" +#include "mp.h" #include "x86.h" -#include "traps.h" #include "mmu.h" #include "proc.h" -- cgit v1.2.3