diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-06-15 03:43:43 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-06-15 03:43:43 +0000 |
commit | f8c48506af3d795b665615d87ff255516cad809a (patch) | |
tree | 9e7d146606fb8262c5a68bd456abcb871ba8ad5a /src/dired.c | |
parent | b16c9a9bd54885a369d2de86eadb02bed6138f43 (diff) | |
download | emacs-f8c48506af3d795b665615d87ff255516cad809a.tar.gz |
Put stdio.h, sys/types.h and sys/stat.h after config.h.
Diffstat (limited to 'src/dired.c')
-rw-r--r-- | src/dired.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dired.c b/src/dired.c index 7235c9987a3..55fab748de4 100644 --- a/src/dired.c +++ b/src/dired.c @@ -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> |