]> code.delx.au - gnu-emacs/commitdiff
Use <...> for config.h.
authorRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 20:05:33 +0000 (20:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 17 Feb 1994 20:05:33 +0000 (20:05 +0000)
src/dosfns.c
src/msdos.c

index 82af5adb9c2464c3462f5cddb3b73511e3d25e79..60ed6ae7f07eb1285ecc0ecebb69142ddb6c804e 100644 (file)
@@ -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>
 
 #ifdef MSDOS
 /* The entire file is within this conditional */
index d0937cf763bf93ec392c72c8267c14c1af23e38d..cafd6df1fe08ab22d503945d5581dad8748669e5 100644 (file)
@@ -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 <config.h>
 
 #ifdef MSDOS
 #include "lisp.h"