From 18160b98ce2ce9f534a4aee6be181788322b6c01 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 10 Sep 1993 06:15:46 +0000 Subject: [PATCH] Include instead of "config.h". --- lib-src/b2m.c | 2 +- lib-src/emacsclient.c | 2 +- lib-src/emacsserver.c | 2 +- lib-src/etags.c | 2 +- lib-src/fakemail.c | 2 +- lib-src/movemail.c | 2 +- lib-src/timer.c | 2 +- lib-src/wakeup.c | 2 +- src/abbrev.c | 2 +- src/alloc.c | 2 +- src/buffer.c | 2 +- src/bytecode.c | 2 +- src/callint.c | 2 +- src/callproc.c | 2 +- src/casefiddle.c | 2 +- src/casetab.c | 2 +- src/cm.c | 2 +- src/cmds.c | 2 +- src/data.c | 2 +- src/dired.c | 2 +- src/dispnew.c | 2 +- src/doc.c | 2 +- src/editfns.c | 2 +- src/emacs.c | 2 +- src/eval.c | 2 +- src/fileio.c | 2 +- src/filelock.c | 2 +- src/floatfns.c | 2 +- src/fns.c | 2 +- src/frame.c | 2 +- src/indent.c | 2 +- src/insdel.c | 2 +- src/intervals.c | 2 +- src/keyboard.c | 2 +- src/keymap.c | 2 +- src/lread.c | 2 +- src/macros.c | 2 +- src/marker.c | 2 +- src/minibuf.c | 2 +- src/mocklisp.c | 2 +- src/print.c | 2 +- src/process.c | 2 +- src/ralloc.c | 2 +- src/scroll.c | 2 +- src/search.c | 2 +- src/sunfns.c | 2 +- src/syntax.c | 2 +- src/sysdep.c | 2 +- src/term.c | 2 +- src/textprop.c | 2 +- src/undo.c | 2 +- src/unexaix.c | 2 +- src/unexconvex.c | 2 +- src/unexec.c | 2 +- src/unexenix.c | 2 +- src/unexmips.c | 2 +- src/unexsunos4.c | 2 +- src/vm-limit.c | 2 +- src/vmsfns.c | 2 +- src/vmsgmalloc.c | 2 +- src/vmsmap.c | 2 +- src/vmstime.c | 2 +- src/window.c | 2 +- src/xdisp.c | 2 +- src/xfaces.c | 2 +- src/xfns.c | 2 +- src/xmenu.c | 2 +- src/xrdb.c | 2 +- src/xselect.c | 2 +- src/xterm.c | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/lib-src/b2m.c b/lib-src/b2m.c index 8fffbf0fd2..2bf7767ec4 100644 --- a/lib-src/b2m.c +++ b/lib-src/b2m.c @@ -19,7 +19,7 @@ #include #include -#include "../src/config.h" +#include <../src/config.h> #ifdef USG #include diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index ccf0d05d1d..4219d0a0f5 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 91de67741b..5e23314885 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 bca7a1eb8a..69a8009816 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 diff --git a/lib-src/fakemail.c b/lib-src/fakemail.c index a78fbe87f2..4810dc8bfc 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 91f926c3fb..0063e1d7a1 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 #include #define NO_SHORTNAMES /* Tell config not to load remap.h */ -#include "../src/config.h" +#include <../src/config.h> #ifdef USG #include diff --git a/lib-src/timer.c b/lib-src/timer.c index 466425e30a..c5265d5a9c 100644 --- a/lib-src/timer.c +++ b/lib-src/timer.c @@ -17,7 +17,7 @@ #include /* FASYNC */ #include /* 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 e481bee832..c26289c84e 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 #include #include diff --git a/src/abbrev.c b/src/abbrev.c index 831730f87f..9477c501b3 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 #include #include "lisp.h" #include "commands.h" diff --git a/src/alloc.c b/src/alloc.c index c141f4a1e2..1e207b8f19 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 -#include "config.h" +#include #include "lisp.h" #include "intervals.h" #include "puresize.h" diff --git a/src/buffer.c b/src/buffer.c index 7480d89234..7aeef15e5d 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 #include "lisp.h" #include "intervals.h" #include "window.h" diff --git a/src/bytecode.c b/src/bytecode.c index 9987c6118b..0b8d0cee04 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 #include "lisp.h" #include "buffer.h" #include "syntax.h" diff --git a/src/callint.c b/src/callint.c index 3c0cc8c547..fa3ab422f2 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 #include "lisp.h" #include "buffer.h" #include "commands.h" diff --git a/src/callproc.c b/src/callproc.c index bcf990ad12..cc2812ad95 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 #include -#include "config.h" +#include extern int errno; #ifndef VMS diff --git a/src/casefiddle.c b/src/casefiddle.c index d74308be3f..44ecab569d 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 #include "lisp.h" #include "buffer.h" #include "commands.h" diff --git a/src/casetab.c b/src/casetab.c index dbd200fd0f..5b99d44940 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 #include "lisp.h" #include "buffer.h" diff --git a/src/cm.c b/src/cm.c index f88acff48f..da09ac22a8 100644 --- a/src/cm.c +++ b/src/cm.c @@ -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 #include #include "cm.h" #include "termhooks.h" diff --git a/src/cmds.c b/src/cmds.c index fc0a174198..dce8c7c57a 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 #include "lisp.h" #include "commands.h" #include "buffer.h" diff --git a/src/data.c b/src/data.c index 5ed79c5925..a3d2f46013 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 -#include "config.h" +#include #include "lisp.h" #include "puresize.h" diff --git a/src/dired.c b/src/dired.c index bfc3008861..ff51345183 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 #include -#include "config.h" +#include #ifdef VMS #include diff --git a/src/dispnew.c b/src/dispnew.c index 06dcebc41d..8e6e3a422f 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 -#include "config.h" +#include #include #include diff --git a/src/doc.c b/src/doc.c index 58a0b4a54a..47ee4d7e36 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 #include #include /* Must be after sys/types.h for USG and BSD4_1*/ diff --git a/src/editfns.c b/src/editfns.c index 44511f6bb9..0a868abe76 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 -#include "config.h" +#include #ifdef VMS #include "vms-pwd.h" diff --git a/src/emacs.c b/src/emacs.c index 7e727ae9a1..22d0929834 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 #include -#include "config.h" +#include #include #include diff --git a/src/eval.c b/src/eval.c index 0a5998bd98..1b05bf09e3 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 #include "lisp.h" #include "blockinput.h" diff --git a/src/fileio.c b/src/fileio.c index b9a7dc478b..347585fc4d 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 #include #include diff --git a/src/filelock.c b/src/filelock.c index a79797e086..3955f38fae 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 #include -#include "config.h" +#include #ifdef VMS #include "vms-pwd.h" diff --git a/src/floatfns.c b/src/floatfns.c index b51073b296..da91b97f9e 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 -#include "config.h" +#include #include "lisp.h" #include "syssignal.h" diff --git a/src/fns.c b/src/fns.c index 3c39364a47..4bab35a25f 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 /* 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 95c0c7823e..5ec325d04f 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 -#include "config.h" +#include #include "lisp.h" #include "frame.h" diff --git a/src/indent.c b/src/indent.c index 5e9209621a..f47cb2091b 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 #include "lisp.h" #include "buffer.h" #include "indent.h" diff --git a/src/insdel.c b/src/insdel.c index f9263fabfd..e73eee7545 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 #include "lisp.h" #include "intervals.h" #include "buffer.h" diff --git a/src/intervals.c b/src/intervals.c index 9d5333bdcb..7552559492 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 #include "lisp.h" #include "intervals.h" #include "buffer.h" diff --git a/src/keyboard.c b/src/keyboard.c index e0466553e0..daf8acd583 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 -#include "config.h" +#include #include #undef NULL #include "termchar.h" diff --git a/src/keymap.c b/src/keymap.c index 5738edbfd1..f34a917aeb 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 #include #undef NULL #include "lisp.h" diff --git a/src/lread.c b/src/lread.c index 905bd264cd..8703a7e5f2 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 #include #include -#include "config.h" +#include #include "lisp.h" #ifndef standalone diff --git a/src/macros.c b/src/macros.c index 91d3ec84fa..540792edae 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 #include "lisp.h" #include "macros.h" #include "commands.h" diff --git a/src/marker.c b/src/marker.c index 6c26e72fae..35bf72873d 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 #include "lisp.h" #include "buffer.h" diff --git a/src/minibuf.c b/src/minibuf.c index b9495a5bc4..b01d728864 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 #include "lisp.h" #include "commands.h" #include "buffer.h" diff --git a/src/mocklisp.c b/src/mocklisp.c index cc3396152c..5f9d2df0af 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 #include "lisp.h" #include "buffer.h" diff --git a/src/print.c b/src/print.c index 3447f786d2..83dcb2a766 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 #include #undef NULL #include "lisp.h" diff --git a/src/process.c b/src/process.c index a7e4a07e5d..aa7ae12aff 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 -#include "config.h" +#include /* 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 61fa9d4d68..0a06d84084 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 #include "lisp.h" /* Needed for VALBITS. */ #undef NULL diff --git a/src/scroll.c b/src/scroll.c index 3f2724380b..5cc60ca1d0 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 #include "termchar.h" #include "lisp.h" #include "dispextern.h" diff --git a/src/search.c b/src/search.c index b95e52aed5..930d1bb51e 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 #include "lisp.h" #include "syntax.h" #include "buffer.h" diff --git a/src/sunfns.c b/src/sunfns.c index 75b7c8dc24..6112fbae2b 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 #include #include diff --git a/src/syntax.c b/src/syntax.c index f0d56ee626..fdee86cf44 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 #include #include "lisp.h" #include "commands.h" diff --git a/src/sysdep.c b/src/sysdep.c index 6cb5e1c834..45d08959c7 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 #include -#include "config.h" +#include #include "lisp.h" #include "blockinput.h" #undef NULL diff --git a/src/term.c b/src/term.c index 6388f844dd..e8599ee9b9 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 #include -#include "config.h" +#include #include "termchar.h" #include "termopts.h" #include "cm.h" diff --git a/src/textprop.c b/src/textprop.c index 25164871f2..539269b48d 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 #include "lisp.h" #include "intervals.h" #include "buffer.h" diff --git a/src/undo.c b/src/undo.c index 2e6cae310b..3d71516e2b 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 #include "lisp.h" #include "buffer.h" diff --git a/src/unexaix.c b/src/unexaix.c index 9fa10e3a91..e22e0e18d0 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 #define PERROR(file) report_error (file, new) #endif diff --git a/src/unexconvex.c b/src/unexconvex.c index 3be4b86f1f..0ef21577fa 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 #define PERROR(file) report_error (file, new) #include diff --git a/src/unexec.c b/src/unexec.c index 74e459a302..7657e24965 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 #define PERROR(file) report_error (file, new) #endif diff --git a/src/unexenix.c b/src/unexenix.c index f20e7cc502..20e1b06898 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 #include #include #include diff --git a/src/unexmips.c b/src/unexmips.c index 292f0210c5..b39adfc9c3 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 #include #include #include diff --git a/src/unexsunos4.c b/src/unexsunos4.c index c8dff3482d..664a7db699 100644 --- a/src/unexsunos4.c +++ b/src/unexsunos4.c @@ -24,7 +24,7 @@ * */ #ifdef emacs -#include "config.h" +#include #endif #include diff --git a/src/vm-limit.c b/src/vm-limit.c index 12b38f7050..0e29441346 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 #include "lisp.h" #endif diff --git a/src/vmsfns.c b/src/vmsfns.c index 0885fb694d..6a9c2b2b44 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 #undef NULL -#include "config.h" +#include #include "lisp.h" #include #include diff --git a/src/vmsgmalloc.c b/src/vmsgmalloc.c index 80b9d51ab0..d9939dd112 100644 --- a/src/vmsgmalloc.c +++ b/src/vmsgmalloc.c @@ -104,7 +104,7 @@ extern void __vms_free __P ((__ptr_t __ptr)); #include /* Harmless, gets __GNU_LIBRARY__ defined. */ #if defined(HAVE_CONFIG_H) || defined(emacs) -#include "config.h" +#include #endif #if defined(__GNU_LIBRARY__) || defined(STDC_HEADERS) || defined(USG) diff --git a/src/vmsmap.c b/src/vmsmap.c index aa13530285..6597a47de0 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 #include "lisp.h" #include #include diff --git a/src/vmstime.c b/src/vmstime.c index a7316ffaba..08c0a98260 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 #include "vmstime.h" long timezone=0; diff --git a/src/window.c b/src/window.c index 9ea7866cde..3142479a72 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 #include "lisp.h" #include "buffer.h" #include "frame.h" diff --git a/src/xdisp.c b/src/xdisp.c index dc833e5d5f..7f73516266 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 #include /*#include */ #undef NULL diff --git a/src/xfaces.c b/src/xfaces.c index e043ea25a8..f2a26a52de 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 #include -#include "config.h" +#include #include "lisp.h" #ifdef HAVE_X_WINDOWS diff --git a/src/xfns.c b/src/xfns.c index 1997d4ff62..3771fb35dd 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 #endif #include -#include "config.h" +#include #include "lisp.h" #include "xterm.h" #include "frame.h" diff --git a/src/xmenu.c b/src/xmenu.c index 1c17085571..9fcd49f8a8 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 -#include "config.h" +#include #include "lisp.h" #include "frame.h" #include "window.h" diff --git a/src/xrdb.c b/src/xrdb.c index b1a8a9ce6a..354d38a52b 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 #endif #include diff --git a/src/xselect.c b/src/xselect.c index 7b6a1164e3..54e645ff7c 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -23,7 +23,7 @@ x_reply_selection_request */ /* Rewritten by jwz */ -#include "config.h" +#include #include "lisp.h" #if 0 #include /* termhooks.h needs this */ diff --git a/src/xterm.c b/src/xterm.c index 0379ef7bda..2cea43a093 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 #include -#include "config.h" +#include #ifdef HAVE_X_WINDOWS -- 2.20.1