From 71df6e6cb81bf252af1c70e525963ba7196b5a8e Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 20 Oct 1987 16:21:44 +0000 Subject: [PATCH] removed the relative pathnames in #include's --- util/ack/files.c | 2 +- util/ack/main.c | 4 ++-- util/ack/rmach.c | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/util/ack/files.c b/util/ack/files.c index 0ced128b9..3c30ffc6e 100644 --- a/util/ack/files.c +++ b/util/ack/files.c @@ -9,7 +9,7 @@ #include "trans.h" #include "grows.h" #include "data.h" -#include "../../h/em_path.h" +#include #ifndef NORCSID static char rcs_id[] = "$Header$" ; diff --git a/util/ack/main.c b/util/ack/main.c index 135637551..a66b94460 100644 --- a/util/ack/main.c +++ b/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 +#include #include "data.h" #include diff --git a/util/ack/rmach.c b/util/ack/rmach.c index c7796fbba..34a3a6796 100644 --- a/util/ack/rmach.c +++ b/util/ack/rmach.c @@ -5,7 +5,7 @@ */ #include "ack.h" -#include "../../h/em_path.h" +#include #include "list.h" #include "trans.h" #include "grows.h" -- 2.34.1