diff options
author | Roland McGrath <roland@gnu.org> | 1993-09-10 06:15:46 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1993-09-10 06:15:46 +0000 |
commit | 18160b98ce2ce9f534a4aee6be181788322b6c01 (patch) | |
tree | ae78714fb22b6ad91fa6d4c4f0b423456d24df9d /lib-src | |
parent | dbf6ad3d3effbdd1d84aa9dd2d69b2515c7deb8a (diff) | |
download | emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.tar.gz emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.tar.bz2 emacs-18160b98ce2ce9f534a4aee6be181788322b6c01.zip |
Include <config.h> instead of "config.h".
Diffstat (limited to 'lib-src')
-rw-r--r-- | lib-src/b2m.c | 2 | ||||
-rw-r--r-- | lib-src/emacsclient.c | 2 | ||||
-rw-r--r-- | lib-src/emacsserver.c | 2 | ||||
-rw-r--r-- | lib-src/etags.c | 2 | ||||
-rw-r--r-- | lib-src/fakemail.c | 2 | ||||
-rw-r--r-- | lib-src/movemail.c | 2 | ||||
-rw-r--r-- | lib-src/timer.c | 2 | ||||
-rw-r--r-- | lib-src/wakeup.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/lib-src/b2m.c b/lib-src/b2m.c index 8fffbf0fd25..2bf7767ec4b 100644 --- a/lib-src/b2m.c +++ b/lib-src/b2m.c @@ -19,7 +19,7 @@ #include <time.h> #include <sys/types.h> -#include "../src/config.h" +#include <../src/config.h> #ifdef USG #include <string.h> diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index ccf0d05d1d5..4219d0a0f5b 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_SHORTNAMES -#include "../src/config.h" +#include <../src/config.h> #undef read #undef write #undef open diff --git a/lib-src/emacsserver.c b/lib-src/emacsserver.c index 91de67741b1..5e233148851 100644 --- a/lib-src/emacsserver.c +++ b/lib-src/emacsserver.c @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ up to the Emacs which then executes them. */ #define NO_SHORTNAMES -#include "../src/config.h" +#include <../src/config.h> #undef read #undef write #undef open diff --git a/lib-src/etags.c b/lib-src/etags.c index bca7a1eb8a0..69a80098166 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -29,7 +29,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ */ #ifdef HAVE_CONFIG_H -#include "../src/config.h" +#include <../src/config.h> #endif #include <stdio.h> diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index a78fbe87f26..4810dc8bfc0 100644 --- a/lib-src/fakemail.c +++ b/lib-src/fakemail.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define NO_SHORTNAMES -#include "../src/config.h" +#include <../src/config.h> #if defined (BSD) && !defined (BSD4_1) && !defined (USE_FAKEMAIL) /* This program isnot used in BSD, so just avoid loader complaints. */ diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 91f926c3fbc..0063e1d7a11 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -53,7 +53,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/file.h> #include <errno.h> #define NO_SHORTNAMES /* Tell config not to load remap.h */ -#include "../src/config.h" +#include <../src/config.h> #ifdef USG #include <fcntl.h> diff --git a/lib-src/timer.c b/lib-src/timer.c index 466425e30a8..c5265d5a9c9 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c @@ -17,7 +17,7 @@ #include <fcntl.h> /* FASYNC */ #include <sys/types.h> /* time_t */ -#include "../src/config.h" +#include <../src/config.h> #ifdef USG #undef SIGIO #define SIGIO SIGUSR1 diff --git a/lib-src/wakeup.c b/lib-src/wakeup.c index e481bee8324..c26289c84e2 100644 --- a/lib-src/wakeup.c +++ b/lib-src/wakeup.c @@ -1,6 +1,6 @@ /* Program to produce output at regular intervals. */ -#include "config.h" +#include <config.h> #include <stdio.h> #include <sys/types.h> |