comparison src/intervals.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 3872f91770fc
children a05b833e61c4
comparison
equal deleted inserted replaced
4695:32220a85d53b 4696:1fc792473491
36 to GC them. 36 to GC them.
37 37
38 */ 38 */
39 39
40 40
41 #include "config.h" 41 #include <config.h>
42 #include "lisp.h" 42 #include "lisp.h"
43 #include "intervals.h" 43 #include "intervals.h"
44 #include "buffer.h" 44 #include "buffer.h"
45 45
46 /* The rest of the file is within this conditional. */ 46 /* The rest of the file is within this conditional. */