Thanks for the fix.
I didn't push the change but I don't get any changes with "git status" :(


On Wed, Sep 16, 2015 at 3:48 AM, Mike Blumenkrantz
<michael.blumenkra...@gmail.com> wrote:
> discomfitor pushed a commit to branch master.
>
> http://git.enlightenment.org/core/elementary.git/commit/?id=80c8ace84a117821a539f0f8c125c93dcad6ad55
>
> commit 80c8ace84a117821a539f0f8c125c93dcad6ad55
> Author: Mike Blumenkrantz <zm...@osg.samsung.com>
> Date:   Tue Sep 15 14:38:37 2015 -0400
>
>     build: fix header ordering so the library builds
>
>     please compile test before making commits.
>
>     ref 286ab4d7cf3ca794d88bd06ec027bb2df6401f50
>     ref 431492ec497eeaa130f5c2da27ce7a4c7eefe7f9
> ---
>  src/lib/Elementary.h.in | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in
> index af3f122..1cd7c76 100644
> --- a/src/lib/Elementary.h.in
> +++ b/src/lib/Elementary.h.in
> @@ -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>
>
> --
>
>



-- 
Daniel Juyung Seo (SeoZ)

------------------------------------------------------------------------------
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to