build: fix header ordering so the library builds
authorMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 15 Sep 2015 18:38:37 +0000 (14:38 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Tue, 15 Sep 2015 18:47:52 +0000 (14:47 -0400)
please compile test before making commits.

ref 286ab4d7cf3ca794d88bd06ec027bb2df6401f50
ref 431492ec497eeaa130f5c2da27ce7a4c7eefe7f9

legacy/elementary/src/lib/Elementary.h.in

index af3f122..1cd7c76 100644 (file)
@@ -151,8 +151,11 @@ EAPI extern Elm_Version *elm_version;
 
 /* include these first for general used definitions */
 #include <elm_general.h>
+#include <elm_config.h>
+#include <elm_focus.h>
 #include <elm_tooltip.h>
 #include <elm_object_item.h>
+#include <elm_focus_item.h>
 
 #include <elm_prefs_data.h>
 #include <elm_prefs.h>
@@ -200,7 +203,6 @@ EAPI extern Elm_Version *elm_version;
 #include <elm_cnp.h>
 #include <elm_colorselector.h>
 #include <elm_color_class.h>
-#include <elm_config.h>
 #include <elm_conform.h>
 #include <elm_container.h>
 #include <elm_cursor.h>
@@ -212,7 +214,6 @@ EAPI extern Elm_Version *elm_version;
 #include <elm_finger.h>
 #include <elm_flip.h>
 #include <elm_flipselector.h>
-#include <elm_focus.h>
 #include <elm_font.h>
 #include <elm_frame.h>
 #include <elm_gen.h>