removed the relative pathnames in #include's
authorceriel <none@none>
Tue, 20 Oct 1987 16:21:44 +0000 (16:21 +0000)
committerceriel <none@none>
Tue, 20 Oct 1987 16:21:44 +0000 (16:21 +0000)
util/ack/files.c
util/ack/main.c
util/ack/rmach.c

index 0ced128..3c30ffc 100644 (file)
@@ -9,7 +9,7 @@
 #include "trans.h"
 #include "grows.h"
 #include "data.h"
-#include "../../h/em_path.h"
+#include <em_path.h>
 
 #ifndef NORCSID
 static char rcs_id[] = "$Header$" ;
index 1356375..a66b944 100644 (file)
@@ -7,8 +7,8 @@
 #include "ack.h"
 #include "list.h"
 #include "trans.h"
-#include "../../h/em_path.h"
-#include "../../h/local.h"
+#include <em_path.h>
+#include <local.h>
 #include "data.h"
 #include <signal.h>
 
index c7796fb..34a3a67 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #include "ack.h"
-#include "../../h/em_path.h"
+#include <em_path.h>
 #include "list.h"
 #include "trans.h"
 #include "grows.h"