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.
This commit is contained in:
Dan Nicolaescu 2010-06-01 21:29:53 -07:00
parent 75934b1d0f
commit 08a494a3b0
9 changed files with 19 additions and 8 deletions

View 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.

View 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>

View file

@ -27,7 +27,7 @@ Updated by Christian Limpach (chris@nice.ch)
/* 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>

View file

@ -22,7 +22,7 @@
/* 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"

View file

@ -27,7 +27,7 @@ Updated by Christian Limpach (chris@nice.ch)
/* 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"

View file

@ -27,7 +27,7 @@ Updated by Christian Limpach (chris@nice.ch)
/* 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"

View file

@ -27,7 +27,7 @@ Updated by Christian Limpach (chris@nice.ch)
/* 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>

View 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>

View 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>