elm: Fix compilation of other apps (elm_access.eo.h)
authorJean-Philippe Andre <jp.andre@samsung.com>
Wed, 26 Oct 2016 10:01:52 +0000 (19:01 +0900)
committerJean-Philippe Andre <jp.andre@samsung.com>
Wed, 26 Oct 2016 10:05:22 +0000 (19:05 +0900)
Thanks to ApBBB on #e for the report!

src/lib/elementary/elm_access.h
src/lib/elementary/elm_priv.h

index a4ffba9..8d82765 100644 (file)
@@ -9,8 +9,6 @@
  *
  */
 
-#include "elm_access.eo.h"
-
 enum _Elm_Access_Info_Type
 {
    ELM_ACCESS_INFO_FIRST = -1,
index 53a1d5b..d357780 100644 (file)
@@ -48,6 +48,7 @@
 #endif /* ! _WIN32 */
 
 #include "elm_widget.h"
+#include "elm_access.eo.h"
 
 #ifdef HAVE_LANGINFO_H
 # include <langinfo.h>