Change to includes. No more ../h
[unix-history] / usr / src / sys / vax / uba / ut.c
index a298318..2b0bcd9 100644 (file)
@@ -1,4 +1,4 @@
-/*     ut.c    6.1     83/07/29        */
+/*     ut.c    6.2     84/08/29        */
 
 #include "tj.h"
 #if NUT > 0
 
 #include "tj.h"
 #if NUT > 0
  */
 #include "../machine/pte.h"
 
  */
 #include "../machine/pte.h"
 
-#include "../h/param.h"
-#include "../h/systm.h"
-#include "../h/buf.h"
-#include "../h/conf.h"
-#include "../h/dir.h"
-#include "../h/file.h"
-#include "../h/user.h"
-#include "../h/map.h"
-#include "../h/ioctl.h"
-#include "../h/mtio.h"
-#include "../h/cmap.h"
-#include "../h/uio.h"
-#include "../h/kernel.h"
+#include "param.h"
+#include "systm.h"
+#include "buf.h"
+#include "conf.h"
+#include "dir.h"
+#include "file.h"
+#include "user.h"
+#include "map.h"
+#include "ioctl.h"
+#include "mtio.h"
+#include "cmap.h"
+#include "uio.h"
+#include "kernel.h"
 
 #include "../vax/cpu.h"
 
 #include "../vax/cpu.h"
-#include "../vaxuba/ubareg.h"
-#include "../vaxuba/ubavar.h"
-#include "../vaxuba/utreg.h"
+#include "ubareg.h"
+#include "ubavar.h"
+#include "utreg.h"
 
 struct buf     rutbuf[NUT];    /* bufs for raw i/o */
 struct buf     cutbuf[NUT];    /* bufs for control operations */
 
 struct buf     rutbuf[NUT];    /* bufs for raw i/o */
 struct buf     cutbuf[NUT];    /* bufs for control operations */