Remove duplication from ecore headers
authorenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 22 Dec 2009 21:15:12 +0000 (21:15 +0000)
committerenglebass <englebass@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 22 Dec 2009 21:15:12 +0000 (21:15 +0000)
Clean up Ecore.h and ecore_private.h

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@44664 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

51 files changed:
src/lib/ecore/Ecore.h
src/lib/ecore/ecore_anim.c
src/lib/ecore/ecore_app.c
src/lib/ecore/ecore_events.c
src/lib/ecore/ecore_exe.c
src/lib/ecore/ecore_exe_win32.c
src/lib/ecore/ecore_glib.c
src/lib/ecore/ecore_hash.c
src/lib/ecore/ecore_idle_enterer.c
src/lib/ecore/ecore_idle_exiter.c
src/lib/ecore/ecore_idler.c
src/lib/ecore/ecore_list.c
src/lib/ecore/ecore_main.c
src/lib/ecore/ecore_path.c
src/lib/ecore/ecore_pipe.c
src/lib/ecore/ecore_plugin.c
src/lib/ecore/ecore_poll.c
src/lib/ecore/ecore_private.h
src/lib/ecore/ecore_sheap.c
src/lib/ecore/ecore_signal.c
src/lib/ecore/ecore_str.c
src/lib/ecore/ecore_strbuf.c
src/lib/ecore/ecore_thread.c
src/lib/ecore/ecore_timer.c
src/lib/ecore/ecore_tree.c
src/lib/ecore/ecore_value.c
src/lib/ecore_con/ecore_con_dns.c
src/lib/ecore_con/ecore_con_info.c
src/lib/ecore_con/ecore_con_ssl.c
src/lib/ecore_config/ecore_config_ipc_ecore.c
src/lib/ecore_config/ecore_config_private.h
src/lib/ecore_config/ecore_config_util.c
src/lib/ecore_directfb/ecore_directfb.c
src/lib/ecore_evas/ecore_evas.c
src/lib/ecore_evas/ecore_evas_buffer.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_util.c
src/lib/ecore_evas/ecore_evas_win32.c
src/lib/ecore_evas/ecore_evas_wince.c
src/lib/ecore_fb/ecore_fb_private.h
src/lib/ecore_imf/ecore_imf_module.c
src/lib/ecore_ipc/ecore_ipc.c
src/lib/ecore_sdl/ecore_sdl.c
src/lib/ecore_x/xcb/ecore_xcb_private.h
src/lib/ecore_x/xlib/ecore_x.c
src/lib/ecore_x/xlib/ecore_x_error.c
src/lib/ecore_x/xlib/ecore_x_events.c
src/lib/ecore_x/xlib/ecore_x_private.h
src/lib/ecore_x/xlib/ecore_x_selection.c

index 190a6dd..c2c3b9b 100644 (file)
@@ -92,7 +92,6 @@ extern "C" {
    EAPI extern int ECORE_EXE_EVENT_DATA; /**< Data from a child process. */
    EAPI extern int ECORE_EXE_EVENT_ERROR; /**< Errors from a child process. */
 
-#ifndef _ECORE_PRIVATE_H
    enum _Ecore_Fd_Handler_Flags
      {
        ECORE_FD_READ = 1, /**< Fd Read mask */
@@ -121,20 +120,19 @@ extern "C" {
      };
    typedef enum _Ecore_Poller_Type Ecore_Poller_Type;
 
-   typedef void Ecore_Exe; /**< A handle for spawned processes */
-   typedef void Ecore_Timer; /**< A handle for timers */
-   typedef void Ecore_Idler; /**< A handle for idlers */
-   typedef void Ecore_Idle_Enterer; /**< A handle for idle enterers */
-   typedef void Ecore_Idle_Exiter; /**< A handle for idle exiters */
-   typedef void Ecore_Fd_Handler; /**< A handle for Fd handlers */
-   typedef void Ecore_Win32_Handler; /**< A handle for HANDLE handlers on Windows */
-   typedef void Ecore_Event_Handler; /**< A handle for an event handler */
-   typedef void Ecore_Event_Filter; /**< A handle for an event filter */
-   typedef void Ecore_Event; /**< A handle for an event */
-   typedef void Ecore_Animator; /**< A handle for animators */
-   typedef void Ecore_Pipe; /**< A handle for pipes */
-   typedef void Ecore_Poller; /**< A handle for pollers */
-#endif
+   typedef struct _Ecore_Exe                   Ecore_Exe; /**< A handle for spawned processes */
+   typedef struct _Ecore_Timer                 Ecore_Timer; /**< A handle for timers */
+   typedef struct _Ecore_Idler                 Ecore_Idler; /**< A handle for idlers */
+   typedef struct _Ecore_Idle_Enterer          Ecore_Idle_Enterer; /**< A handle for idle enterers */
+   typedef struct _Ecore_Idle_Exiter           Ecore_Idle_Exiter; /**< A handle for idle exiters */
+   typedef struct _Ecore_Fd_Handler            Ecore_Fd_Handler; /**< A handle for Fd handlers */
+   typedef struct _Ecore_Win32_Handler         Ecore_Win32_Handler; /**< A handle for HANDLE handlers on Windows */
+   typedef struct _Ecore_Event_Handler         Ecore_Event_Handler; /**< A handle for an event handler */
+   typedef struct _Ecore_Event_Filter          Ecore_Event_Filter; /**< A handle for an event filter */
+   typedef struct _Ecore_Event                 Ecore_Event; /**< A handle for an event */
+   typedef struct _Ecore_Animator              Ecore_Animator; /**< A handle for animators */
+   typedef struct _Ecore_Pipe                  Ecore_Pipe; /**< A handle for pipes */
+   typedef struct _Ecore_Poller                Ecore_Poller; /**< A handle for pollers */
    typedef struct _Ecore_Event_Signal_User     Ecore_Event_Signal_User; /**< User signal event */
    typedef struct _Ecore_Event_Signal_Hup      Ecore_Event_Signal_Hup; /**< Hup signal event */
    typedef struct _Ecore_Event_Signal_Exit     Ecore_Event_Signal_Exit; /**< Exit signal event */
index d89e330..2830a0e 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <stdlib.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 static int _ecore_animator(void *data);
 
index 9801a35..2c7bab0 100644 (file)
@@ -13,8 +13,8 @@
 # include <Evil.h>
 #endif
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 static int app_argc = 0;
 static char **app_argv = NULL;
index fd69557..c67df3f 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <stdlib.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 static int                  events_num = 0;
 static Ecore_Event         *events = NULL;
index 8c0f07d..0c3697d 100644 (file)
@@ -23,8 +23,8 @@
 # include <sys/wait.h>
 #endif
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 /* TODO: Something to let people build a command line and does auto escaping -
  *
index 5314e79..d61e862 100644 (file)
@@ -18,8 +18,8 @@
 # include <Evil.h>
 #endif
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 #ifndef _WIN32_WCE
 
index c635a82..8360220 100644 (file)
@@ -9,10 +9,10 @@
 #include <stdio.h>
 
 #include "Ecore.h"
+#include "ecore_private.h"
 
 #ifdef HAVE_GLIB
 #include <glib.h>
-#include "ecore_private.h"
 
 static Eina_Bool _ecore_glib_active = EINA_FALSE;
 static int (*_ecore_glib_select_original)(int, fd_set*, fd_set*, fd_set*, struct timeval *);
index 4f1050f..1f63312 100644 (file)
@@ -9,8 +9,8 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "Ecore_Data.h"
 
 #define PRIME_TABLE_MAX 21
index bc53c09..ee53ac9 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <stdlib.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 static Ecore_Idle_Enterer *idle_enterers = NULL;
 static int                 idle_enterers_delete_me = 0;
index 07a7602..9a83ccc 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <stdlib.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 static Ecore_Idle_Exiter *idle_exiters = NULL;
 static int                idle_exiters_delete_me = 0;
index df22fc6..0898a3d 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <stdlib.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 static Ecore_Idler *idlers = NULL;
 static int          idlers_delete_me = 0;
index 01d6d51..b216100 100644 (file)
@@ -9,8 +9,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "Ecore_Data.h"
 
 /* Some tests showed that beyond that value heap sort is faster than merge sort
index 0a3205a..d08b818 100644 (file)
@@ -33,8 +33,8 @@
 # include <Evil.h>
 #endif
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 static int  _ecore_main_select(double timeout);
 static void _ecore_main_fd_handlers_cleanup(void);
index 8fdc373..d605304 100644 (file)
@@ -13,6 +13,7 @@
 #include <unistd.h>
 #include <dirent.h>
 
+#include "Ecore.h"
 #include "ecore_private.h"
 #include "Ecore_Data.h"
 #include "Ecore_Str.h"
index 6c52731..ea1d4ed 100644 (file)
@@ -14,8 +14,8 @@
 # include <Evil.h>
 #endif
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 /* How of then we should retry to write to the pipe */
 #define ECORE_PIPE_WRITE_RETRY 6
index 7255dee..3e8664b 100644 (file)
 # include <Evil.h>
 #endif
 
+#include "Ecore.h"
+#include "ecore_private.h"
 #include "Ecore_Data.h"
 #include "Ecore_Str.h"
-#include "ecore_private.h"
 
 static Eina_Bool _hash_keys(const Eina_Hash    *hash,
                            const char          *key,
index cf2c499..162113b 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <stdlib.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 static Ecore_Timer    *timer = NULL;
 static int             min_interval = -1;
index ca9c5b3..0d8e879 100644 (file)
@@ -162,25 +162,6 @@ EAPI void ecore_print_warning(const char *function, const char *sparam);
 
 typedef unsigned int              Ecore_Magic;
 
-#ifndef _ECORE_H
-enum _Ecore_Fd_Handler_Flags
-{
-   ECORE_FD_READ = 1,
-   ECORE_FD_WRITE = 2,
-   ECORE_FD_ERROR = 4
-};
-typedef enum _Ecore_Fd_Handler_Flags Ecore_Fd_Handler_Flags;
-enum _Ecore_Exe_Flags
-{
-   ECORE_EXE_PIPE_READ = 1,
-   ECORE_EXE_PIPE_WRITE = 2,
-   ECORE_EXE_PIPE_ERROR = 4,
-   ECORE_EXE_PIPE_READ_LINE_BUFFERED = 8,
-   ECORE_EXE_PIPE_ERROR_LINE_BUFFERED = 16,
-   ECORE_EXE_PIPE_AUTO = 32,
-   ECORE_EXE_RESPAWN = 64,
-   ECORE_EXE_USE_SH = 128,
-   ECORE_EXE_NOT_LEADER = 256
    /* FIXME: Getting respawn to work
     *
     * There is no way that we can do anything about the internal state info of
@@ -241,32 +222,6 @@ enum _Ecore_Exe_Flags
     * over may be, so a random element added to the timeout may help, and won't
     * hurt.  The user code may need to be informed that a timeout is in progress.
     */
-};
-typedef enum _Ecore_Exe_Flags Ecore_Exe_Flags;
-enum _Ecore_Poller_Type
-{
-   ECORE_POLLER_CORE = 0
-};
-typedef enum _Ecore_Poller_Type Ecore_Poller_Type;
-
-typedef struct _Ecore_Exe           Ecore_Exe;
-typedef struct _Ecore_Timer         Ecore_Timer;
-typedef struct _Ecore_Idler         Ecore_Idler;
-typedef struct _Ecore_Idle_Enterer  Ecore_Idle_Enterer;
-typedef struct _Ecore_Idle_Exiter   Ecore_Idle_Exiter;
-typedef struct _Ecore_Fd_Handler    Ecore_Fd_Handler;
-typedef struct _Ecore_Event_Handler Ecore_Event_Handler;
-typedef struct _Ecore_Event_Filter  Ecore_Event_Filter;
-typedef struct _Ecore_Event         Ecore_Event;
-typedef struct _Ecore_Animator      Ecore_Animator;
-typedef struct _Ecore_Pipe          Ecore_Pipe;
-typedef struct _Ecore_Poller        Ecore_Poller;
-#ifdef _WIN32
-typedef struct _Ecore_Win32_Handler Ecore_Win32_Handler;
-#else
-typedef void                        Ecore_Win32_Handler;
-#endif
-
 #ifndef _WIN32
 struct _Ecore_Exe
 {
@@ -429,8 +384,6 @@ struct _Ecore_Poller
    void          *data;
 };
 
-#endif
-
 EAPI void          _ecore_magic_fail(const void *d, Ecore_Magic m, Ecore_Magic req_m, const char *fname);
 
 void          _ecore_timer_shutdown(void);
index 31df875..a5b18f7 100644 (file)
@@ -9,8 +9,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "Ecore_Data.h"
 
 #define HEAP_INCREMENT 4096
index 89a38ed..bba6db2 100644 (file)
@@ -15,8 +15,8 @@
 #include <unistd.h>
 #include <assert.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 /* make mono happy - this is evil though... */
 #undef SIGPWR
index dc8fc96..ef33f8c 100644 (file)
@@ -30,6 +30,7 @@
 #include <limits.h>
 #include <sys/types.h>
 
+#include "Ecore.h"
 #include "ecore_private.h"
 #include "Ecore_Str.h"
 
index 3e3e5ea..dac73e3 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <string.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "Ecore_Data.h"
 #include "Ecore_Str.h"
 
index 43e4d51..5905e18 100644 (file)
@@ -10,8 +10,8 @@
 # include <pthread.h>
 #endif
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 #ifdef EFL_HAVE_PTHREAD
 typedef struct _Ecore_Pthread_Worker Ecore_Pthread_Worker;
index 3a5d074..21a81b0 100644 (file)
@@ -9,8 +9,8 @@
 #include <stdlib.h>
 #include <stdio.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 static void _ecore_timer_set(Ecore_Timer *timer, double at, double in, int (*func) (void *data), void *data);
 
index 3e7da17..60c647b 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <string.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "Ecore_Data.h"
 
 /* A macro for determining the highest node at given branch */
index d1392c7..1f8f51f 100644 (file)
@@ -40,8 +40,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #endif
 
 #include "Ecore.h"
-#include "Ecore_Data.h"
 #include "ecore_private.h"
+#include "Ecore_Data.h"
 
 EAPI const unsigned int ecore_prime_table[] =
 {
index e1938a9..bc43188 100644 (file)
@@ -43,8 +43,8 @@
 #include <arpa/nameser.h>
 #include <netdb.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "ecore_con_private.h"
 
 typedef struct _CB_Data CB_Data;
index 012a8af..5386718 100644 (file)
@@ -41,8 +41,8 @@ void *alloca (size_t);
 #include <arpa/nameser.h>
 #include <netdb.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "ecore_con_private.h"
 
 typedef struct _CB_Data CB_Data;
index 2d678ea..4d77496 100644 (file)
@@ -12,8 +12,8 @@
 # include <openssl/ssl.h>
 #endif
 
-#include "ecore_con_private.h"
 #include "Ecore.h"
+#include "ecore_con_private.h"
 
 static int _init_con_ssl_init_count = 0;
 
index 662bc09..a36efe3 100644 (file)
@@ -18,9 +18,9 @@
 #include <ctype.h>
 
 #include <Ecore.h>
+#include "ecore_private.h"
 #include <Ecore_Ipc.h>
 
-#include "ecore_private.h"
 #include "ecore_config_ipc.h"
 #include "ecore_config_util.h"
 #include "ecore_config_private.h"
index 233bfcb..abbb1db 100644 (file)
@@ -61,6 +61,7 @@ int                   _ecore_config_ipc_ecore_init(const char *pipe_name, void *
 int                   _ecore_config_ipc_ecore_exit(void **data);
 int                   _ecore_config_ipc_ecore_poll(void **data);
 
+#include "Ecore.h"
 #include "ecore_private.h"
 
 #endif
index c0a06ca..4f1658c 100644 (file)
@@ -15,6 +15,7 @@
 
 #include <stdarg.h>            /* varargs in sprintf/appendf */
 
+#include "Ecore.h"
 #include "ecore_private.h"
 
 #include "Ecore_Config.h"
index 515cf5f..b6d0706 100644 (file)
@@ -9,11 +9,11 @@
 #include <stdio.h>
 #include <string.h>
 
-#include "ecore_private.h"
 #include "Ecore_DirectFB.h"
 #include "ecore_directfb_private.h"
 #include "ecore_directfb_keys.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 
 /* ecore_directfb */
 /******************/
index 2183397..05c09a6 100644 (file)
@@ -9,9 +9,9 @@
 #include <string.h>
 
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "Ecore_Input.h"
 
-#include "ecore_private.h"
 #include "ecore_evas_private.h"
 #include "Ecore_Evas.h"
 
index b3f7da0..5261609 100644 (file)
@@ -3,9 +3,9 @@
 #endif
 
 #include <Ecore.h>
+#include "ecore_private.h"
 #include <Ecore_Input.h>
 
-#include "ecore_private.h"
 #include "ecore_evas_private.h"
 #include "Ecore_Evas.h"
 
index 02e59fc..2ae6e3e 100644 (file)
@@ -9,11 +9,11 @@
 #include <string.h>
 
 #include <Ecore.h>
+#include "ecore_private.h"
 #ifdef BUILD_ECORE_EVAS_DIRECTFB
 #include <Ecore_DirectFB.h>
 #endif
 
-#include "ecore_private.h"
 #include "ecore_evas_private.h"
 #include "Ecore_Evas.h"
 
index 96bb8d0..cafc7d6 100644 (file)
 #include <dirent.h>
 
 #include <Ecore.h>
+#include "ecore_private.h"
 #ifdef BUILD_ECORE_EVAS_FB
 #include <Ecore_Fb.h>
 #include <ecore_fb_private.h>
 #endif
 
-#include "ecore_private.h"
 #include "ecore_evas_private.h"
 #include "Ecore_Evas.h"
 
index 4e0ac22..0b29f75 100644 (file)
@@ -11,9 +11,9 @@
 #endif
 
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "Ecore_Input.h"
 
-#include "ecore_private.h"
 #include "ecore_evas_private.h"
 #include "Ecore_Evas.h"
 
index 7dc21d6..3caa6a4 100644 (file)
@@ -9,8 +9,8 @@
 #include <string.h>
 
 #include <Ecore.h>
-
 #include "ecore_private.h"
+
 #include "ecore_evas_private.h"
 #include "Ecore_Evas.h"
 
index 04d6272..bbf7db9 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h> /* for NULL */
 
 #include <Ecore.h>
+#include "ecore_private.h"
 #ifdef BUILD_ECORE_EVAS_WIN32
 # define WIN32_LEAN_AND_MEAN
 # include <windows.h>
@@ -17,7 +18,6 @@
 # include <ecore_win32_private.h>
 #endif /* BUILD_ECORE_EVAS_WIN32 */
 
-#include "ecore_private.h"
 #include "ecore_evas_private.h"
 #include "Ecore_Evas.h"
 
index e72652e..0245e1d 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h> /* for NULL */
 
 #include <Ecore.h>
+#include "ecore_private.h"
 #ifdef BUILD_ECORE_EVAS_SOFTWARE_16_WINCE
 # define WIN32_LEAN_AND_MEAN
 # include <windows.h>
@@ -17,7 +18,6 @@
 # include <ecore_wince_private.h>
 #endif /* BUILD_ECORE_EVAS_SOFTWARE_16_WINCE */
 
-#include "ecore_private.h"
 #include "ecore_evas_private.h"
 #include "Ecore_Evas.h"
 
index 0732361..40e65fe 100644 (file)
@@ -1,8 +1,8 @@
 #ifndef _ECORE_FB_PRIVATE_H
 #define _ECORE_FB_PRIVATE_H
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "Ecore_Data.h"
 
 #include <stdio.h>
index 65b998d..c82aaaa 100644 (file)
@@ -11,6 +11,7 @@
 #include <string.h>
 #include <limits.h>
 
+#include <Ecore.h>
 #include <ecore_private.h>
 
 #include "Ecore_IMF.h"
index daec531..eae1cf2 100644 (file)
@@ -7,8 +7,8 @@
 #endif
 
 #include "Ecore.h"
-#include "Ecore_Con.h"
 #include "ecore_private.h"
+#include "Ecore_Con.h"
 #include "ecore_ipc_private.h"
 #include "Ecore_Ipc.h"
 
index 9c0afcf..7537dfb 100644 (file)
@@ -10,9 +10,9 @@
 
 #include "Eina.h"
 #include "Ecore_Sdl.h"
-#include "ecore_private.h"
 #include "Ecore_Input.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "Ecore_Sdl_Keys.h"
 
 #include <eina_rbtree.h>
index 172b5da..8f494d2 100644 (file)
@@ -54,6 +54,7 @@
 # include <xcb/xprint.h>
 #endif /* ECORE_XCB_XPRINT */
 
+#include "Ecore.h"
 #include "ecore_private.h"
 #include "Ecore_X.h"
 
index df42d61..6e26723 100644 (file)
@@ -9,8 +9,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "ecore_x_private.h"
 #include "Ecore_X.h"
 #include "Ecore_X_Atoms.h"
index 5b28896..ccf3822 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <stdlib.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "ecore_x_private.h"
 #include "Ecore_X.h"
 
index 86737fe..694d54e 100644 (file)
@@ -11,8 +11,8 @@
 
 #include <langinfo.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "ecore_x_private.h"
 #include "Ecore_X.h"
 #include "Ecore_X_Atoms.h"
index 6bca511..5874381 100644 (file)
@@ -51,6 +51,7 @@
 #include <X11/XKBlib.h>
 #endif
 
+#include "Ecore.h"
 #include "ecore_private.h"
 #include "Ecore_X.h"
 
index 1bd7ccc..ff77145 100644 (file)
@@ -9,8 +9,8 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "ecore_private.h"
 #include "Ecore.h"
+#include "ecore_private.h"
 #include "ecore_x_private.h"
 #include "Ecore_X.h"
 #include "Ecore_X_Atoms.h"