]> git.eshelyaron.com Git - emacs.git/commitdiff
Include config.h before stdio.h.
authorGeoff Voelker <voelker@cs.washington.edu>
Sat, 10 Jun 1995 21:45:43 +0000 (21:45 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Sat, 10 Jun 1995 21:45:43 +0000 (21:45 +0000)
src/w32.c
src/w32console.c
src/w32proc.c

index 9829e2b24d4a0b07150bb67e8ef80e427a05d6f8..12da76bb61db58cc9f372eeabb9ff4573a641312 100644 (file)
--- a/src/w32.c
+++ b/src/w32.c
@@ -56,6 +56,7 @@ nt_ctime (const time_t *t)
   return (str ? str : "Sun Jan 01 00:00:00 1970");
 }
 
+#include <config.h>
 #include <windows.h>
 #include <stdlib.h>
 #include <stdio.h>
@@ -63,7 +64,6 @@ nt_ctime (const time_t *t)
 #include <fcntl.h>
 #include <ctype.h>
 
-#include "config.h"
 #define getwd _getwd
 #include "lisp.h"
 #undef getwd
index 9973fe41b3d8cc22c01a412eaed0c123df10271c..037c21e3038bd7afaeefbfeeb1b712b2be51feba 100644 (file)
 */
 
 
+#include <config.h>
+
 #include <stdlib.h>
 #include <stdio.h>
-
-#include "config.h"
-
 #include <windows.h>
 
 #include "lisp.h"
index 2b364a0006522f2dc3f4b3ca1f2f83508034486c..981876e6b1625fc3a3a35b748323b0d94aeea485 100644 (file)
      Adapted from alarm.c by Tim Fleehart
 */
 
+#include <config.h>
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <errno.h>
 #include <io.h>
 #include <signal.h>
 
-#include "config.h"
-
 #include <windows.h>
 
 #include "lisp.h"