From: ceriel Date: Tue, 20 Oct 1987 16:21:44 +0000 (+0000) Subject: removed the relative pathnames in #include's X-Git-Tag: release-5-5~3793 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=71df6e6cb81bf252af1c70e525963ba7196b5a8e;p=ack.git removed the relative pathnames in #include's --- 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"