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
This commit is contained in:
Gustavo Sverzut Barbieri 2010-07-09 15:24:17 +00:00
parent 747fd6151a
commit 675b20a859
3 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,6 @@
#define __ETHUMB_H__ 1
#include <Eina.h>
#include <Evas.h>
#include <Ecore.h>
#include <Ecore_Evas.h>
#ifdef EAPI
# undef EAPI

View File

@ -2,6 +2,8 @@
#define _ETHUMB_PLUGIN_H_
#include <Ethumb.h>
#include <Evas.h>
#include <Ecore_Evas.h>
typedef struct _Ethumb_Plugin Ethumb_Plugin;

View File

@ -11,6 +11,7 @@
#include <Eet.h>
#include <Ecore_File.h>
#include <Evas.h>
#include <Ecore.h>
#include <Edje.h>
#include <Edje_Edit.h>
#include <Emotion.h>