Browse Source

removed the relative pathnames in #include's

ceriel 37 years ago
parent
commit
71df6e6cb8
3 changed files with 4 additions and 4 deletions
  1. 1 1
      util/ack/files.c
  2. 2 2
      util/ack/main.c
  3. 1 1
      util/ack/rmach.c

+ 1 - 1
util/ack/files.c

@@ -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$" ;

+ 2 - 2
util/ack/main.c

@@ -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>
 

+ 1 - 1
util/ack/rmach.c

@@ -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"