diff options
70 files changed, 70 insertions, 70 deletions
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> 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/src/abbrev.c b/src/abbrev.c index 831730f87f3..9477c501b36 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include <stdio.h> #include "lisp.h" #include "commands.h" diff --git a/src/alloc.c b/src/alloc.c index c141f4a1e22..1e207b8f19b 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> -#include "config.h" +#include <config.h> #include "lisp.h" #include "intervals.h" #include "puresize.h" diff --git a/src/buffer.c b/src/buffer.c index 7480d89234e..7aeef15e5d4 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define MAXPATHLEN 1024 #endif /* not MAXPATHLEN */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "intervals.h" #include "window.h" diff --git a/src/bytecode.c b/src/bytecode.c index 9987c6118b0..0b8d0cee049 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -32,7 +32,7 @@ by Hallvard: o all conditionals now only do QUIT if they jump. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "buffer.h" #include "syntax.h" diff --git a/src/callint.c b/src/callint.c index 3c0cc8c5475..fa3ab422f28 100644 --- a/src/callint.c +++ b/src/callint.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "buffer.h" #include "commands.h" diff --git a/src/callproc.c b/src/callproc.c index bcf990ad127..cc2812ad951 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> #include <errno.h> -#include "config.h" +#include <config.h> extern int errno; #ifndef VMS diff --git a/src/casefiddle.c b/src/casefiddle.c index d74308be3f9..44ecab569d8 100644 --- a/src/casefiddle.c +++ b/src/casefiddle.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "buffer.h" #include "commands.h" diff --git a/src/casetab.c b/src/casetab.c index dbd200fd0f1..5b99d44940f 100644 --- a/src/casetab.c +++ b/src/casetab.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Howard Gayle. See chartab.c for details. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "buffer.h" @@ -19,7 +19,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include <stdio.h> #include "cm.h" #include "termhooks.h" diff --git a/src/cmds.c b/src/cmds.c index fc0a174198f..dce8c7c57aa 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "commands.h" #include "buffer.h" diff --git a/src/data.c b/src/data.c index 5ed79c5925b..a3d2f46013b 100644 --- a/src/data.c +++ b/src/data.c @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> -#include "config.h" +#include <config.h> #include "lisp.h" #include "puresize.h" diff --git a/src/dired.c b/src/dired.c index bfc30088613..ff51345183b 100644 --- a/src/dired.c +++ b/src/dired.c @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/types.h> #include <sys/stat.h> -#include "config.h" +#include <config.h> #ifdef VMS #include <string.h> diff --git a/src/dispnew.c b/src/dispnew.c index 06dcebc41dc..8e6e3a422fc 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> -#include "config.h" +#include <config.h> #include <stdio.h> #include <ctype.h> diff --git a/src/doc.c b/src/doc.c index 58a0b4a54a1..47ee4d7e368 100644 --- a/src/doc.c +++ b/src/doc.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include <sys/types.h> #include <sys/file.h> /* Must be after sys/types.h for USG and BSD4_1*/ diff --git a/src/editfns.c b/src/editfns.c index 44511f6bb9d..0a868abe761 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/types.h> -#include "config.h" +#include <config.h> #ifdef VMS #include "vms-pwd.h" diff --git a/src/emacs.c b/src/emacs.c index 7e727ae9a15..22d0929834d 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> #include <errno.h> -#include "config.h" +#include <config.h> #include <stdio.h> #include <sys/types.h> diff --git a/src/eval.c b/src/eval.c index 0a5998bd989..1b05bf09e37 100644 --- a/src/eval.c +++ b/src/eval.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "blockinput.h" diff --git a/src/fileio.c b/src/fileio.c index b9a7dc478bb..347585fc4d2 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include <sys/types.h> #include <sys/stat.h> diff --git a/src/filelock.c b/src/filelock.c index a79797e086b..3955f38fae5 100644 --- a/src/filelock.c +++ b/src/filelock.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/types.h> #include <sys/stat.h> -#include "config.h" +#include <config.h> #ifdef VMS #include "vms-pwd.h" diff --git a/src/floatfns.c b/src/floatfns.c index b51073b296e..da91b97f9ea 100644 --- a/src/floatfns.c +++ b/src/floatfns.c @@ -45,7 +45,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> -#include "config.h" +#include <config.h> #include "lisp.h" #include "syssignal.h" diff --git a/src/fns.c b/src/fns.c index 3c39364a475..4bab35a25f7 100644 --- a/src/fns.c +++ b/src/fns.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> /* Note on some machines this defines `vector' as a typedef, so make sure we don't use that name in this file. */ diff --git a/src/frame.c b/src/frame.c index 95c0c7823e1..5ec325d04fe 100644 --- a/src/frame.c +++ b/src/frame.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> -#include "config.h" +#include <config.h> #include "lisp.h" #include "frame.h" diff --git a/src/indent.c b/src/indent.c index 5e9209621a7..f47cb2091bd 100644 --- a/src/indent.c +++ b/src/indent.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "buffer.h" #include "indent.h" diff --git a/src/insdel.c b/src/insdel.c index f9263fabfd9..e73eee75453 100644 --- a/src/insdel.c +++ b/src/insdel.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "intervals.h" #include "buffer.h" diff --git a/src/intervals.c b/src/intervals.c index 9d5333bdcbf..75525594929 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "intervals.h" #include "buffer.h" diff --git a/src/keyboard.c b/src/keyboard.c index e0466553e0f..daf8acd5831 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Allow config.h to undefine symbols found here. */ #include <signal.h> -#include "config.h" +#include <config.h> #include <stdio.h> #undef NULL #include "termchar.h" diff --git a/src/keymap.c b/src/keymap.c index 5738edbfd13..f34a917aeb0 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include <stdio.h> #undef NULL #include "lisp.h" diff --git a/src/lread.c b/src/lread.c index 905bd264cd5..8703a7e5f24 100644 --- a/src/lread.c +++ b/src/lread.c @@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/stat.h> #include <sys/file.h> #include <ctype.h> -#include "config.h" +#include <config.h> #include "lisp.h" #ifndef standalone diff --git a/src/macros.c b/src/macros.c index 91d3ec84fa3..540792edae3 100644 --- a/src/macros.c +++ b/src/macros.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "macros.h" #include "commands.h" diff --git a/src/marker.c b/src/marker.c index 6c26e72fae4..35bf72873da 100644 --- a/src/marker.c +++ b/src/marker.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "buffer.h" diff --git a/src/minibuf.c b/src/minibuf.c index b9495a5bc46..b01d728864c 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "commands.h" #include "buffer.h" diff --git a/src/mocklisp.c b/src/mocklisp.c index cc3396152c0..5f9d2df0af7 100644 --- a/src/mocklisp.c +++ b/src/mocklisp.c @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Compatibility for mocklisp */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "buffer.h" diff --git a/src/print.c b/src/print.c index 3447f786d2d..83dcb2a766d 100644 --- a/src/print.c +++ b/src/print.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include <stdio.h> #undef NULL #include "lisp.h" diff --git a/src/process.c b/src/process.c index a7e4a07e5d8..aa7ae12aff4 100644 --- a/src/process.c +++ b/src/process.c @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> -#include "config.h" +#include <config.h> /* This file is split into two parts by the following preprocessor conditional. The 'then' clause contains all of the support for diff --git a/src/ralloc.c b/src/ralloc.c index 61fa9d4d68d..0a06d840843 100644 --- a/src/ralloc.c +++ b/src/ralloc.c @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef emacs -#include "config.h" +#include <config.h> #include "lisp.h" /* Needed for VALBITS. */ #undef NULL diff --git a/src/scroll.c b/src/scroll.c index 3f2724380b3..5cc60ca1d02 100644 --- a/src/scroll.c +++ b/src/scroll.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "termchar.h" #include "lisp.h" #include "dispextern.h" diff --git a/src/search.c b/src/search.c index b95e52aed56..930d1bb51ee 100644 --- a/src/search.c +++ b/src/search.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "syntax.h" #include "buffer.h" diff --git a/src/sunfns.c b/src/sunfns.c index 75b7c8dc24b..6112fbae2b4 100644 --- a/src/sunfns.c +++ b/src/sunfns.c @@ -37,7 +37,7 @@ who first discovered the Menu_Base_Kludge. /* * Emacs Lisp-Callable functions for sunwindows */ -#include "config.h" +#include <config.h> #include <stdio.h> #include <errno.h> diff --git a/src/syntax.c b/src/syntax.c index f0d56ee6263..fdee86cf44d 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include <ctype.h> #include "lisp.h" #include "commands.h" diff --git a/src/sysdep.c b/src/sysdep.c index 6cb5e1c8340..45d08959c7e 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <signal.h> #include <setjmp.h> -#include "config.h" +#include <config.h> #include "lisp.h" #include "blockinput.h" #undef NULL diff --git a/src/term.c b/src/term.c index 6388f844dd1..e8599ee9b90 100644 --- a/src/term.c +++ b/src/term.c @@ -20,7 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> #include <ctype.h> -#include "config.h" +#include <config.h> #include "termchar.h" #include "termopts.h" #include "cm.h" diff --git a/src/textprop.c b/src/textprop.c index 25164871f22..539269b48dd 100644 --- a/src/textprop.c +++ b/src/textprop.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "intervals.h" #include "buffer.h" diff --git a/src/undo.c b/src/undo.c index 2e6cae310b6..3d71516e2be 100644 --- a/src/undo.c +++ b/src/undo.c @@ -19,7 +19,7 @@ file named COPYING. Among other things, the copyright notice and this notice must be preserved on all copies. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "buffer.h" diff --git a/src/unexaix.c b/src/unexaix.c index 9fa10e3a912..e22e0e18d08 100644 --- a/src/unexaix.c +++ b/src/unexaix.c @@ -160,7 +160,7 @@ pointer looks like an int) but not on all machines. #ifndef emacs #define PERROR(arg) perror (arg); return -1 #else -#include "config.h" +#include <config.h> #define PERROR(file) report_error (file, new) #endif diff --git a/src/unexconvex.c b/src/unexconvex.c index 3be4b86f1ff..0ef21577fab 100644 --- a/src/unexconvex.c +++ b/src/unexconvex.c @@ -163,7 +163,7 @@ pointer looks like an int) but not on all machines. */ -#include "config.h" +#include <config.h> #define PERROR(file) report_error (file, new) #include <a.out.h> diff --git a/src/unexec.c b/src/unexec.c index 74e459a302e..7657e249659 100644 --- a/src/unexec.c +++ b/src/unexec.c @@ -164,7 +164,7 @@ pointer looks like an int) but not on all machines. #define PERROR(arg) perror (arg); return -1 #else #define IN_UNEXEC -#include "config.h" +#include <config.h> #define PERROR(file) report_error (file, new) #endif diff --git a/src/unexenix.c b/src/unexenix.c index f20e7cc502f..20e1b06898a 100644 --- a/src/unexenix.c +++ b/src/unexenix.c @@ -40,7 +40,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ gb@entity.com */ -#include "config.h" +#include <config.h> #include <sys/types.h> #include <fcntl.h> #include <sys/file.h> diff --git a/src/unexmips.c b/src/unexmips.c index 292f0210c53..b39adfc9c39 100644 --- a/src/unexmips.c +++ b/src/unexmips.c @@ -25,7 +25,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include <sys/types.h> #include <sys/file.h> #include <sys/stat.h> diff --git a/src/unexsunos4.c b/src/unexsunos4.c index c8dff3482dd..664a7db6997 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c @@ -24,7 +24,7 @@ * */ #ifdef emacs -#include "config.h" +#include <config.h> #endif #include <sys/param.h> diff --git a/src/vm-limit.c b/src/vm-limit.c index 12b38f7050f..0e294413461 100644 --- a/src/vm-limit.c +++ b/src/vm-limit.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef emacs -#include "config.h" +#include <config.h> #include "lisp.h" #endif diff --git a/src/vmsfns.c b/src/vmsfns.c index 0885fb694d0..6a9c2b2b449 100644 --- a/src/vmsfns.c +++ b/src/vmsfns.c @@ -59,7 +59,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <ctype.h> #undef NULL -#include "config.h" +#include <config.h> #include "lisp.h" #include <descrip.h> #include <dvidef.h> diff --git a/src/vmsgmalloc.c b/src/vmsgmalloc.c index 80b9d51ab0a..d9939dd1123 100644 --- a/src/vmsgmalloc.c +++ b/src/vmsgmalloc.c @@ -104,7 +104,7 @@ extern void __vms_free __P ((__ptr_t __ptr)); #include <stdio.h> /* Harmless, gets __GNU_LIBRARY__ defined. */ #if defined(HAVE_CONFIG_H) || defined(emacs) -#include "config.h" +#include <config.h> #endif #if defined(__GNU_LIBRARY__) || defined(STDC_HEADERS) || defined(USG) diff --git a/src/vmsmap.c b/src/vmsmap.c index aa135302858..6597a47de01 100644 --- a/src/vmsmap.c +++ b/src/vmsmap.c @@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef VMS -#include "config.h" +#include <config.h> #include "lisp.h" #include <rab.h> #include <fab.h> diff --git a/src/vmstime.c b/src/vmstime.c index a7316ffabac..08c0a982609 100644 --- a/src/vmstime.c +++ b/src/vmstime.c @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "vmstime.h" long timezone=0; diff --git a/src/window.c b/src/window.c index 9ea7866cde3..3142479a72a 100644 --- a/src/window.c +++ b/src/window.c @@ -18,7 +18,7 @@ You should have received a copy of the GNU General Public License along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include "lisp.h" #include "buffer.h" #include "frame.h" diff --git a/src/xdisp.c b/src/xdisp.c index dc833e5d5f9..7f73516266b 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -18,7 +18,7 @@ along with GNU Emacs; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "config.h" +#include <config.h> #include <stdio.h> /*#include <ctype.h>*/ #undef NULL diff --git a/src/xfaces.c b/src/xfaces.c index e043ea25a84..f2a26a52def 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -22,7 +22,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/types.h> #include <sys/stat.h> -#include "config.h" +#include <config.h> #include "lisp.h" #ifdef HAVE_X_WINDOWS diff --git a/src/xfns.c b/src/xfns.c index 1997d4ff626..3771fb35dde 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> #endif #include <signal.h> -#include "config.h" +#include <config.h> #include "lisp.h" #include "xterm.h" #include "frame.h" diff --git a/src/xmenu.c b/src/xmenu.c index 1c17085571a..9fcd49f8a85 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* On 4.3 this loses if it comes after xterm.h. */ #include <signal.h> -#include "config.h" +#include <config.h> #include "lisp.h" #include "frame.h" #include "window.h" diff --git a/src/xrdb.c b/src/xrdb.c index b1a8a9ce6a2..354d38a52b4 100644 --- a/src/xrdb.c +++ b/src/xrdb.c @@ -18,7 +18,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by jla, 4/90 */ #ifdef emacs -#include "config.h" +#include <config.h> #endif #include <stdio.h> diff --git a/src/xselect.c b/src/xselect.c index 7b6a1164e3c..54e645ff7cf 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -23,7 +23,7 @@ x_reply_selection_request */ /* Rewritten by jwz */ -#include "config.h" +#include <config.h> #include "lisp.h" #if 0 #include <stdio.h> /* termhooks.h needs this */ diff --git a/src/xterm.c b/src/xterm.c index 0379ef7bda8..2cea43a0936 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -33,7 +33,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <stdio.h> #include <signal.h> -#include "config.h" +#include <config.h> #ifdef HAVE_X_WINDOWS |