diff src/lread.c @ 7898:1d65b2152c4e

Put config.h first.
author Richard M. Stallman <rms@gnu.org>
date Wed, 15 Jun 1994 03:46:59 +0000
parents 1fbd479fb0b2
children dc62b2daf48e
line wrap: on
line diff
--- a/src/lread.c	Wed Jun 15 03:45:54 1994 +0000
+++ b/src/lread.c	Wed Jun 15 03:46:59 1994 +0000
@@ -19,12 +19,12 @@
 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 <sys/file.h>
 #include <ctype.h>
-#include <config.h>
 #include "lisp.h"
 
 #ifndef standalone