aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-15 03:46:59 +0000
committerRichard M. Stallman1994-06-15 03:46:59 +0000
commit98280b76e319aed551667f1075a5c090efe4f105 (patch)
tree420ed9306e9313ba7e1d0645b95cd20f2dffe724 /src
parent6f1d1e478e1f1a90ddf0cd9a6dd82a5e5fbff028 (diff)
downloademacs-98280b76e319aed551667f1075a5c090efe4f105.tar.gz
emacs-98280b76e319aed551667f1075a5c090efe4f105.zip
Put config.h first.
Diffstat (limited to 'src')
-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
19the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 19the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
20 20
21 21
22#include <config.h>
22#include <stdio.h> 23#include <stdio.h>
23#include <sys/types.h> 24#include <sys/types.h>
24#include <sys/stat.h> 25#include <sys/stat.h>
25#include <sys/file.h> 26#include <sys/file.h>
26#include <ctype.h> 27#include <ctype.h>
27#include <config.h>
28#include "lisp.h" 28#include "lisp.h"
29 29
30#ifndef standalone 30#ifndef standalone