From 48111f9732cbc608dd118117e6dedf768039d7a4 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Andre Date: Wed, 26 Oct 2016 19:01:52 +0900 Subject: [PATCH] elm: Fix compilation of other apps (elm_access.eo.h) Thanks to ApBBB on #e for the report! --- src/lib/elementary/elm_access.h | 2 -- src/lib/elementary/elm_priv.h | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lib/elementary/elm_access.h b/src/lib/elementary/elm_access.h index a4ffba9867..8d82765216 100644 --- a/src/lib/elementary/elm_access.h +++ b/src/lib/elementary/elm_access.h @@ -9,8 +9,6 @@ * */ -#include "elm_access.eo.h" - enum _Elm_Access_Info_Type { ELM_ACCESS_INFO_FIRST = -1, diff --git a/src/lib/elementary/elm_priv.h b/src/lib/elementary/elm_priv.h index 53a1d5b5e2..d357780664 100644 --- a/src/lib/elementary/elm_priv.h +++ b/src/lib/elementary/elm_priv.h @@ -48,6 +48,7 @@ #endif /* ! _WIN32 */ #include "elm_widget.h" +#include "elm_access.eo.h" #ifdef HAVE_LANGINFO_H # include