From 489847162dfde6d4f689246d15171b22c1c1e04c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 17 Feb 1994 20:05:33 +0000 Subject: [PATCH] Use <...> for config.h. --- src/dosfns.c | 2 +- src/msdos.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dosfns.c b/src/dosfns.c index 82af5adb9c2..60ed6ae7f07 100644 --- a/src/dosfns.c +++ b/src/dosfns.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 #ifdef MSDOS /* The entire file is within this conditional */ diff --git a/src/msdos.c b/src/msdos.c index d0937cf763b..cafd6df1fe0 100644 --- a/src/msdos.c +++ b/src/msdos.c @@ -19,7 +19,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Note: some of the stuff here was taken from end of sysdep.c in demacs. */ -#include "config.h" +#include #ifdef MSDOS #include "lisp.h" -- 2.39.5