diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-06-01 21:29:53 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-06-01 21:29:53 -0700 |
commit | 08a494a3b08c63fdd45130d460f5f7d9f8f9396b (patch) | |
tree | a23ecb1db1976a0d3cdaf6297139c9753be17782 /src/nsimage.m | |
parent | 75934b1d0f47b862ec19fa8a96563176b1562154 (diff) | |
download | emacs-08a494a3b08c63fdd45130d460f5f7d9f8f9396b.tar.gz |
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.
Diffstat (limited to 'src/nsimage.m')
-rw-r--r-- | src/nsimage.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsimage.m b/src/nsimage.m index 09a78e20809..3e6a8c77ed7 100644 --- a/src/nsimage.m +++ b/src/nsimage.m @@ -27,7 +27,7 @@ GNUstep port and post-20 update by Adrian Robert (arobert@cogsci.ucsd.edu) /* This should be the first include, as it may set up #defines affecting interpretation of even the system includes. */ -#include "config.h" +#include <config.h> #include <setjmp.h> #include "lisp.h" |