# HG changeset patch # User Richard M. Stallman # Date 761515533 0 # Node ID a203b7c3030043068b465e7962c0c3010bbf329b # Parent 99e5ff29c4089bfa7ffb25c388023b2e9eb3f977 Use <...> for config.h. diff -r 99e5ff29c408 -r a203b7c30300 src/dosfns.c --- a/src/dosfns.c Thu Feb 17 20:02:50 1994 +0000 +++ b/src/dosfns.c Thu Feb 17 20:05:33 1994 +0000 @@ -19,7 +19,7 @@ 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 -r 99e5ff29c408 -r a203b7c30300 src/msdos.c --- a/src/msdos.c Thu Feb 17 20:02:50 1994 +0000 +++ b/src/msdos.c Thu Feb 17 20:05:33 1994 +0000 @@ -19,7 +19,7 @@ /* Note: some of the stuff here was taken from end of sysdep.c in demacs. */ -#include "config.h" +#include #ifdef MSDOS #include "lisp.h"