summaryrefslogtreecommitdiff
path: root/src/lread.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-15 03:46:59 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-15 03:46:59 +0000
commit590283dafa37e3f980380aa742a4eef2d1acce4c (patch)
treeaaef3b9f7ca8420f44fe9c7c38b2dd1741cb3178 /src/lread.c
parentdd2702d797ca2d36972651390e3d6213424b403e (diff)
downloademacs-590283dafa37e3f980380aa742a4eef2d1acce4c.tar.gz
Put config.h first.
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 2ee1947eb48..57a29ff6d48 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -19,12 +19,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 <sys/file.h>
#include <ctype.h>
-#include <config.h>
#include "lisp.h"
#ifndef standalone