# HG changeset patch # User Roland McGrath # Date 747797641 0 # Node ID 05f6a91c28019c6822fc41bcca82e6c37bb8d68d # Parent 1d8de74102703b8784e7fbe25172a9c47a591bc7 Include , not "paths.h". diff -r 1d8de7410270 -r 05f6a91c2801 src/callproc.c --- a/src/callproc.c Sat Sep 11 15:13:31 1993 +0000 +++ b/src/callproc.c Sun Sep 12 01:34:01 1993 +0000 @@ -52,7 +52,7 @@ #include "lisp.h" #include "commands.h" #include "buffer.h" -#include "paths.h" +#include #include "process.h" #include "syssignal.h" diff -r 1d8de7410270 -r 05f6a91c2801 src/filelock.c --- a/src/filelock.c Sat Sep 11 15:13:31 1993 +0000 +++ b/src/filelock.c Sun Sep 12 01:34:01 1993 +0000 @@ -34,7 +34,7 @@ #endif /* USG */ #include "lisp.h" -#include "paths.h" +#include #include "buffer.h" extern int errno; diff -r 1d8de7410270 -r 05f6a91c2801 src/lread.c --- a/src/lread.c Sat Sep 11 15:13:31 1993 +0000 +++ b/src/lread.c Sun Sep 12 01:34:01 1993 +0000 @@ -29,7 +29,7 @@ #ifndef standalone #include "buffer.h" -#include "paths.h" +#include #include "commands.h" #include "keyboard.h" #include "termhooks.h"