]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix config.h includes.
authorDan Nicolaescu <dann@ics.uci.edu>
Wed, 2 Jun 2010 04:29:53 +0000 (21:29 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Wed, 2 Jun 2010 04:29:53 +0000 (21:29 -0700)
* 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.

src/ChangeLog
src/dbusbind.c
src/nsfns.m
src/nsfont.m
src/nsimage.m
src/nsselect.m
src/nsterm.m
src/xgselect.c
src/xsettings.c

index c641043e400b4b4fd695dddabfa70423909e43bc..44807660415c16ba8b6b2930c78f1b9d0025d99f 100644 (file)
@@ -1,5 +1,16 @@
 2010-06-02  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       Fix config.h includes.
+       * xsettings.c:
+       * xgselect.c:
+       * nsterm.m:
+       * nsselect.m:
+       * nsimage.m:
+       * nsfont.m:
+       * nsfns.m:
+       * dbusbind.c: Use #include <config.h> instead of "config.h" as all
+       other files do.
+
        * gmalloc.c: Remove BROKEN_PROTOTYPES reference, unused.
 
        * s/sol2-6.h: Remove obsolete comments.
index 5cad182b525e4f3ee3f00be2fb314187d4809de2..a72a95552bc3e52af7a42c48c4033113aed30930 100644 (file)
@@ -16,7 +16,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "config.h"
+#include <config.h>
 
 #ifdef HAVE_DBUS
 #include <stdlib.h>
index 7e7fd48caf053a380b22c97fabb2f264654e0cc5..53264a5f595e0b9df5f839c6552d9d28f505091e 100644 (file)
@@ -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 <signal.h>
 #include <math.h>
index 59d5ee73db1f4c96b37405d1afcfa4db4d04a885..db2399a7fa0924434c88251fcebe0d8d0924c810 100644 (file)
@@ -22,7 +22,7 @@ Author: 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"
index 09a78e2080959170abd1996f355c26860c6f7919..3e6a8c77ed754c255fd9d1fa3f5f51989bf04816 100644 (file)
@@ -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"
index e4f5f0c613e276423a55c5390359235bcedab960..b034eacf77c6abd3eae9ec9f26f43283cee21f30 100644 (file)
@@ -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"
index 7bc82e9610495254f02e6399d7898c2b61c1e1c9..14b824057daf752b4a034885bdab3541e8a2c752 100644 (file)
@@ -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 <math.h>
 #include <sys/types.h>
index d93c1bdf4050cba8181193cd9c0e40892dfa3d07..42fff2d98da15aa73c2affacaaa00a20d3824c83 100644 (file)
@@ -17,7 +17,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "config.h"
+#include <config.h>
 
 #if defined (USE_GTK) || defined (HAVE_GCONF)
 #include <glib.h>
index f1b4c8c9b234be9d6f94c8c2350a9881ce4d3d05..8cfcafe126d26566f0462891cac2d920569480f8 100644 (file)
@@ -17,7 +17,7 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-#include "config.h"
+#include <config.h>
 #include <limits.h>
 #include <setjmp.h>
 #include <fcntl.h>