From 675b20a8592e7bff7e0b3943b48f4ed3e9ea0987 Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 9 Jul 2010 15:24:17 +0000 Subject: [PATCH] ethumb: cleanup headers This bug of including Ecore, Evas and Ecore_Evas from Ethumb.h was actually expoed from recent evas-0/Evas.h change, as these were not required in the public file, I'm removing them and just letting eina as it is used to typedef Eina_Bool and function attributes. SVN revision: 50160 --- legacy/ethumb/src/lib/Ethumb.h | 3 --- legacy/ethumb/src/lib/Ethumb_Plugin.h | 2 ++ legacy/ethumb/src/plugins/emotion/emotion.c | 1 + 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/ethumb/src/lib/Ethumb.h b/legacy/ethumb/src/lib/Ethumb.h index 8e5ae1477e..37e5ba3194 100644 --- a/legacy/ethumb/src/lib/Ethumb.h +++ b/legacy/ethumb/src/lib/Ethumb.h @@ -2,9 +2,6 @@ #define __ETHUMB_H__ 1 #include -#include -#include -#include #ifdef EAPI # undef EAPI diff --git a/legacy/ethumb/src/lib/Ethumb_Plugin.h b/legacy/ethumb/src/lib/Ethumb_Plugin.h index 578bd89fb8..b70272c8b8 100644 --- a/legacy/ethumb/src/lib/Ethumb_Plugin.h +++ b/legacy/ethumb/src/lib/Ethumb_Plugin.h @@ -2,6 +2,8 @@ #define _ETHUMB_PLUGIN_H_ #include +#include +#include typedef struct _Ethumb_Plugin Ethumb_Plugin; diff --git a/legacy/ethumb/src/plugins/emotion/emotion.c b/legacy/ethumb/src/plugins/emotion/emotion.c index b6a1698316..8a52e032a1 100644 --- a/legacy/ethumb/src/plugins/emotion/emotion.c +++ b/legacy/ethumb/src/plugins/emotion/emotion.c @@ -11,6 +11,7 @@ #include #include #include +#include #include #include #include