hmm that didn't work like I expected, leave elm include here I guess even though this is awkward...

SVN revision: 81733
This commit is contained in:
Mike Blumenkrantz 2012-12-27 07:32:53 +00:00
parent be140d1a3b
commit 204a7b1065
2 changed files with 2 additions and 3 deletions

View File

@ -147,6 +147,3 @@
#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,6 +15,8 @@ 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;