uniformize the inclusion of config.h
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 31 Jan 2009 18:56:17 +0000 (18:56 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sat, 31 Jan 2009 18:56:17 +0000 (18:56 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/ecore@38865 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

15 files changed:
src/lib/ecore_config/ecore_config.c
src/lib/ecore_config/ecore_config_db.c
src/lib/ecore_config/ecore_config_extra.c
src/lib/ecore_config/ecore_config_ipc_ecore.c
src/lib/ecore_config/ecore_config_ipc_main.c
src/lib/ecore_config/ecore_config_storage.c
src/lib/ecore_config/ecore_config_util.c
src/lib/ecore_evas/ecore_evas_directfb.c
src/lib/ecore_evas/ecore_evas_fb.c
src/lib/ecore_evas/ecore_evas_quartz.c
src/lib/ecore_evas/ecore_evas_sdl.c
src/lib/ecore_evas/ecore_evas_x.c
src/lib/ecore_ipc/ecore_ipc.c
src/lib/ecore_x/xlib/ecore_x_e.c
src/lib/ecore_x/xlib/ecore_x_netwm.c

index 0966d86..919af86 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #include <string.h>
index ecd19e1..b509b9a 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #include <stdlib.h>
index 9aba435..4b8dce1 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #include <string.h>
index b528584..ad4ec35 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 /* by Azundris, with thanks to Corey Donohoe <atmos@atmos.org> */
index 7478559..909dff6 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 /* ############## bad */
index 87cb59b..6a65f6b 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #include <stdlib.h>
index c53ba1c..c0a06ca 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 /* azundris */
index 9c77957..fc26d9a 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #include <string.h>
index e0515e5..f918bcd 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #include <sys/types.h>
index 54b9aea..9ed0cef 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #ifdef BUILD_ECORE_EVAS_QUARTZ
index b17643f..306b2a0 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #include "Ecore.h"
index a712859..ca06b9f 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #include <string.h>
index 529c75f..6bfc04b 100644 (file)
@@ -3,7 +3,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+# include <config.h>
 #endif
 
 #include "Ecore.h"
index c6242c7..fe02a39 100644 (file)
@@ -10,7 +10,6 @@
 # include <config.h>
 #endif
 
-#include "config.h"
 #include "Ecore.h"
 #include "ecore_x_private.h"
 #include "Ecore_X.h"
index b9ed043..232df20 100644 (file)
@@ -10,7 +10,6 @@
 # include <config.h>
 #endif
 
-#include "config.h"
 #include "Ecore.h"
 #include "Ecore_Data.h"
 #include "ecore_x_private.h"