kernel reorg
authorWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Sun, 20 Jan 1991 04:46:36 +0000 (20:46 -0800)
committerWilliam Nesheim <william@ucbvax.Berkeley.EDU>
Sun, 20 Jan 1991 04:46:36 +0000 (20:46 -0800)
SCCS-vsn: sys/i386/i386/swapgeneric.c 5.4

usr/src/sys/i386/i386/swapgeneric.c

index 1487566..87d696f 100644 (file)
@@ -7,19 +7,19 @@
  *
  * %sccs.include.386.c%
  *
  *
  * %sccs.include.386.c%
  *
- *     @(#)swapgeneric.c       5.3 (Berkeley) %G%
+ *     @(#)swapgeneric.c       5.4 (Berkeley) %G%
  */
 
 /*     swapgeneric.c   1.5     86/11/25        */
 
  */
 
 /*     swapgeneric.c   1.5     86/11/25        */
 
-#include "../machine/pte.h"
+#include "machine/pte.h"
 
 
-#include "param.h"
-#include "conf.h"
-#include "buf.h"
-#include "vm.h"
-#include "systm.h"
-#include "reboot.h"
+#include "sys/param.h"
+#include "sys/conf.h"
+#include "sys/buf.h"
+#include "sys/vm.h"
+#include "sys/systm.h"
+#include "sys/reboot.h"
 
 /*
  * Generic configuration;  all in one
 
 /*
  * Generic configuration;  all in one