comparison src/nsfont.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 0255e27f26c9
children 750db9f3e6d8
comparison
equal deleted inserted replaced
108860:c15389f78514 108861:ad09f2bfce51
20 Author: Adrian Robert (arobert@cogsci.ucsd.edu) 20 Author: Adrian Robert (arobert@cogsci.ucsd.edu)
21 */ 21 */
22 22
23 /* This should be the first include, as it may set up #defines affecting 23 /* This should be the first include, as it may set up #defines affecting
24 interpretation of even the system includes. */ 24 interpretation of even the system includes. */
25 #include "config.h" 25 #include <config.h>
26 #include <setjmp.h> 26 #include <setjmp.h>
27 27
28 #include "lisp.h" 28 #include "lisp.h"
29 #include "dispextern.h" 29 #include "dispextern.h"
30 #include "composite.h" 30 #include "composite.h"