kernel reorg
[unix-history] / usr / src / sys / vax / uba / va.c
index 8c09d81..eb36c9a 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.
  *
- *     @(#)va.c        7.3 (Berkeley) %G%
+ *     @(#)va.c        7.4 (Berkeley) %G%
  */
 
 #include "va.h"
  */
 
 #include "va.h"
 /*
  * Varian printer plotter
  */
 /*
  * Varian printer plotter
  */
-#include "machine/pte.h"
-
-#include "param.h"
-#include "user.h"
-#include "buf.h"
-#include "systm.h"
-#include "map.h"
-#include "ioctl.h"
-#include "vcmd.h"
-#include "uio.h"
-#include "kernel.h"
+#include "../include/pte.h"
+
+#include "sys/param.h"
+#include "sys/user.h"
+#include "sys/buf.h"
+#include "sys/systm.h"
+#include "sys/map.h"
+#include "sys/ioctl.h"
+#include "sys/vcmd.h"
+#include "sys/uio.h"
+#include "sys/kernel.h"
 
 #include "ubareg.h"
 #include "ubavar.h"
 
 #include "ubareg.h"
 #include "ubavar.h"