../machine => machine
[unix-history] / usr / src / sys / kern / kern_fork.c
index d6e2f1c..d4c8883 100644 (file)
@@ -3,13 +3,9 @@
  * 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_fork.c 7.3 (Berkeley) %G%
+ *     @(#)kern_fork.c 7.4 (Berkeley) %G%
  */
 
  */
 
-#include "../machine/reg.h"
-#include "../machine/pte.h"
-#include "../machine/psl.h"
-
 #include "param.h"
 #include "systm.h"
 #include "map.h"
 #include "param.h"
 #include "systm.h"
 #include "map.h"
 #include "acct.h"
 #include "quota.h"
 
 #include "acct.h"
 #include "quota.h"
 
+#include "machine/reg.h"
+#include "machine/pte.h"
+#include "machine/psl.h"
+
 /*
  * fork system call.
  */
 /*
  * fork system call.
  */