build: fix header ordering so the library builds

please compile test before making commits.

ref 286ab4d7cf3ca794d88bd06ec027bb2df6401f50
ref 431492ec497eeaa130f5c2da27ce7a4c7eefe7f9
This commit is contained in:
Mike Blumenkrantz 2015-09-15 14:38:37 -04:00
parent 1768dd6436
commit 0b1039c003
1 changed files with 3 additions and 2 deletions

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