]> code.delx.au - gnu-emacs/commitdiff
Put stdio.h, sys/types.h and sys/stat.h after config.h.
authorRichard M. Stallman <rms@gnu.org>
Wed, 15 Jun 1994 03:43:43 +0000 (03:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 15 Jun 1994 03:43:43 +0000 (03:43 +0000)
src/dired.c

index 7235c9987a38a861fe6ae6d53a83cefb0c076fa5..55fab748de4837f73967303f349fe162d7665f34 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>