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 --- proc.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'proc.c') diff --git a/proc.c b/proc.c index 776c8b4..eb7d1f8 100644 --- a/proc.c +++ b/proc.c @@ -1,10 +1,9 @@ #include "types.h" +#include "defs.h" +#include "param.h" #include "mmu.h" #include "x86.h" -#include "param.h" -#include "file.h" #include "proc.h" -#include "defs.h" #include "spinlock.h" struct spinlock proc_table_lock; -- cgit v1.2.3