changeset 7898:1d65b2152c4e

Put config.h first.
author Richard M. Stallman <rms@gnu.org>
date Wed, 15 Jun 1994 03:46:59 +0000
parents c52147cf10b1
children facf6b0e97ff
files src/lread.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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