stefan pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=625e1fae0a17b89847dff923542a0c655151dd39
commit 625e1fae0a17b89847dff923542a0c655151dd39 Author: Stefan Schmidt <[email protected]> Date: Thu Jul 13 13:52:35 2017 +0200 elm: naviframe/prefs : do not include non-public header files We are not shipping those (part of the private eo header files) and thus we can not include those either. Simply removing them fixes the problem I see with our ABI checker and it still passes al build tests I have. --- src/lib/elementary/elm_widget_naviframe.h | 2 -- src/lib/elementary/elm_widget_prefs.h | 1 - 2 files changed, 3 deletions(-) diff --git a/src/lib/elementary/elm_widget_naviframe.h b/src/lib/elementary/elm_widget_naviframe.h index 3a9ad20317..95ce2630ad 100644 --- a/src/lib/elementary/elm_widget_naviframe.h +++ b/src/lib/elementary/elm_widget_naviframe.h @@ -2,8 +2,6 @@ #define ELM_WIDGET_NAVIFRAME_H #include "Elementary.h" -#include "elm_naviframe.eo.h" -#include "elm_naviframe_item.eo.h" /* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR * CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT diff --git a/src/lib/elementary/elm_widget_prefs.h b/src/lib/elementary/elm_widget_prefs.h index d9e2e0d081..4b5f1263ec 100644 --- a/src/lib/elementary/elm_widget_prefs.h +++ b/src/lib/elementary/elm_widget_prefs.h @@ -2,7 +2,6 @@ #define ELM_WIDGET_PREFS_H #include "Elementary.h" -#include "elm_prefs.eo.h" /* DO NOT USE THIS HEADER UNLESS YOU ARE PREPARED FOR BREAKING OF YOUR * CODE. THIS IS ELEMENTARY'S INTERNAL WIDGET API (for now) AND IS NOT --
