comparison src/xselect.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 bb0ec6a82089
children 69078817ec92
comparison
equal deleted inserted replaced
4695:32220a85d53b 4696:1fc792473491
21 x_reply_selection_request */ 21 x_reply_selection_request */
22 22
23 23
24 /* Rewritten by jwz */ 24 /* Rewritten by jwz */
25 25
26 #include "config.h" 26 #include <config.h>
27 #include "lisp.h" 27 #include "lisp.h"
28 #if 0 28 #if 0
29 #include <stdio.h> /* termhooks.h needs this */ 29 #include <stdio.h> /* termhooks.h needs this */
30 #include "termhooks.h" 30 #include "termhooks.h"
31 #endif 31 #endif