Put stdio.h, sys/types.h and sys/stat.h after config.h.
[bpt/emacs.git] / src / dired.c
index 7235c99..55fab74 100644 (file)
@@ -18,12 +18,12 @@ 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 <stdio.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 
-#include <config.h>
-
 #ifdef VMS
 #include <string.h>
 #include <rms.h>