oops - this should not be here
authorhandyande <handyande>
Sun, 11 Apr 2004 16:08:14 +0000 (16:08 +0000)
committerhandyande <handyande@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 11 Apr 2004 16:08:14 +0000 (16:08 +0000)
SVN revision: 9688

legacy/ecore/src/lib/ecore_config/Ecore_Config.h
legacy/ecore/src/lib/ecore_config/ecore_config.c
legacy/ecore/src/lib/ecore_config/ipc_ecore.c

index 2d4ada5..57deb39 100644 (file)
@@ -21,7 +21,6 @@
  * using the Enlightenment 17 development libraries.
  */
 
-#include "config.h"
 
 #define DIR_DELIMITER      '/'
 #define ECORE_CONFIG_FLOAT_PRECISION 1000
index d98fc43..e318b13 100644 (file)
@@ -1,4 +1,5 @@
 #include "Ecore_Config.h"
+#include "config.h"
 
 #include <string.h>
 #include <ctype.h>
index 4caa8f0..6cb5afa 100644 (file)
@@ -19,6 +19,7 @@
 #include <Edb.h>
 
 #include "Ecore_Config.h"
+#include "config.h"
 
 
 /*****************************************************************************/