comparison src/nsterm.m @ 108861:ad09f2bfce51

Fix config.h includes. * src/xsettings.c: * src/xgselect.c: * src/nsterm.m: * src/nsselect.m: * src/nsimage.m: * src/nsfont.m: * src/nsfns.m: * src/dbusbind.c: Use #include <config.h> instead of "config.h" as all other files do.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 01 Jun 2010 21:29:53 -0700
parents 5860ffa0c5d9
children babf8e935ea8
comparison
equal deleted inserted replaced
108860:c15389f78514 108861:ad09f2bfce51
25 GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu) 25 GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu)
26 */ 26 */
27 27
28 /* This should be the first include, as it may set up #defines affecting 28 /* This should be the first include, as it may set up #defines affecting
29 interpretation of even the system includes. */ 29 interpretation of even the system includes. */
30 #include "config.h" 30 #include <config.h>
31 31
32 #include <math.h> 32 #include <math.h>
33 #include <sys/types.h> 33 #include <sys/types.h>
34 #include <time.h> 34 #include <time.h>
35 #include <signal.h> 35 #include <signal.h>