comparison src/lread.c @ 4696:1fc792473491

Include <config.h> instead of "config.h".
author Roland McGrath <roland@gnu.org>
date Fri, 10 Sep 1993 06:15:46 +0000
parents 09d0f4b26641
children 05f6a91c2801
comparison
equal deleted inserted replaced
4695:32220a85d53b 4696:1fc792473491
22 #include <stdio.h> 22 #include <stdio.h>
23 #include <sys/types.h> 23 #include <sys/types.h>
24 #include <sys/stat.h> 24 #include <sys/stat.h>
25 #include <sys/file.h> 25 #include <sys/file.h>
26 #include <ctype.h> 26 #include <ctype.h>
27 #include "config.h" 27 #include <config.h>
28 #include "lisp.h" 28 #include "lisp.h"
29 29
30 #ifndef standalone 30 #ifndef standalone
31 #include "buffer.h" 31 #include "buffer.h"
32 #include "paths.h" 32 #include "paths.h"