get rid of unneeded header files
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 22 Jul 1987 04:07:28 +0000 (20:07 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 22 Jul 1987 04:07:28 +0000 (20:07 -0800)
SCCS-vsn: sys/kern/kern_synch.c 7.5

usr/src/sys/kern/kern_synch.c

index 4550663..f2944bb 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)kern_synch.c        7.4 (Berkeley) %G%
+ *     @(#)kern_synch.c        7.5 (Berkeley) %G%
  */
 
 #include "../machine/pte.h"
  */
 
 #include "../machine/pte.h"
@@ -15,8 +15,6 @@
 #include "dir.h"
 #include "user.h"
 #include "proc.h"
 #include "dir.h"
 #include "user.h"
 #include "proc.h"
-#include "file.h"
-#include "inode.h"
 #include "vm.h"
 #include "kernel.h"
 #include "buf.h"
 #include "vm.h"
 #include "kernel.h"
 #include "buf.h"