aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1993-09-12 01:34:01 +0000
committerRoland McGrath1993-09-12 01:34:01 +0000
commit2a6b3537090300317c50a1e01e2cf6ee7268635b (patch)
treedee62a09783cbaaafe99de8941556b827c074bb7 /src
parent522779f4c6cf5a603fb519594e77a9b256f282eb (diff)
downloademacs-2a6b3537090300317c50a1e01e2cf6ee7268635b.tar.gz
emacs-2a6b3537090300317c50a1e01e2cf6ee7268635b.zip
Include <paths.h>, not "paths.h".
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c2
-rw-r--r--src/filelock.c2
-rw-r--r--src/lread.c2
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[];
52#include "lisp.h" 52#include "lisp.h"
53#include "commands.h" 53#include "commands.h"
54#include "buffer.h" 54#include "buffer.h"
55#include "paths.h" 55#include <paths.h>
56#include "process.h" 56#include "process.h"
57#include "syssignal.h" 57#include "syssignal.h"
58 58
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. */
34#endif /* USG */ 34#endif /* USG */
35 35
36#include "lisp.h" 36#include "lisp.h"
37#include "paths.h" 37#include <paths.h>
38#include "buffer.h" 38#include "buffer.h"
39 39
40extern int errno; 40extern 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. */
29 29
30#ifndef standalone 30#ifndef standalone
31#include "buffer.h" 31#include "buffer.h"
32#include "paths.h" 32#include <paths.h>
33#include "commands.h" 33#include "commands.h"
34#include "keyboard.h" 34#include "keyboard.h"
35#include "termhooks.h" 35#include "termhooks.h"