From 2a6b3537090300317c50a1e01e2cf6ee7268635b Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 12 Sep 1993 01:34:01 +0000 Subject: [PATCH] Include , not "paths.h". --- src/callproc.c | 2 +- src/filelock.c | 2 +- src/lread.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/callproc.c b/src/callproc.c index cc2812ad951..4f65ea573cd 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -52,7 +52,7 @@ extern char *sys_errlist[]; #include "lisp.h" #include "commands.h" #include "buffer.h" -#include "paths.h" +#include #include "process.h" #include "syssignal.h" diff --git a/src/filelock.c b/src/filelock.c index 3955f38fae5..52349ffa872 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -34,7 +34,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #endif /* USG */ #include "lisp.h" -#include "paths.h" +#include #include "buffer.h" extern int errno; diff --git a/src/lread.c b/src/lread.c index 8703a7e5f24..6d215e8473e 100644 --- a/src/lread.c +++ b/src/lread.c @@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef standalone #include "buffer.h" -#include "paths.h" +#include #include "commands.h" #include "keyboard.h" #include "termhooks.h" -- 2.39.5