if using elm, include globally for e

SVN revision: 81732
This commit is contained in:
Mike Blumenkrantz 2012-12-27 07:27:12 +00:00
parent fd92b8647b
commit be140d1a3b
2 changed files with 3 additions and 2 deletions

View File

@ -147,3 +147,6 @@
#include "e_import_config_dialog.h"
#include "e_grab_dialog.h"
#include "e_widget_filepreview.h"
#ifdef HAVE_ELEMENTARY
# include <Elementary.h>
#endif

View File

@ -15,8 +15,6 @@ static Eina_List *wins = NULL;
#ifdef HAVE_ELEMENTARY
/* intercept elm_win operations so we talk directly to e_border */
#include <Elementary.h>
typedef struct _Elm_Win_Trap_Ctx
{
E_Border *border;