Mercurial > emacs
diff src/fileio.c @ 648:70b112526394
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 18 May 1992 08:14:41 +0000 |
parents | eca8812e61cd |
children | bd3068742807 |
line wrap: on
line diff
--- a/src/fileio.c Mon May 18 08:13:37 1992 +0000 +++ b/src/fileio.c Mon May 18 08:14:41 1992 +0000 @@ -17,6 +17,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 <sys/types.h> #include <sys/stat.h> @@ -52,7 +53,6 @@ #include <sys/time.h> #endif -#include "config.h" #include "lisp.h" #include "buffer.h" #include "window.h"