From: Roland McGrath Date: Sun, 12 Sep 1993 01:34:01 +0000 (+0000) Subject: Include , not "paths.h". X-Git-Tag: emacs-19.34~11150 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2a6b3537090300317c50a1e01e2cf6ee7268635b;p=emacs.git Include , not "paths.h". --- 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"