elm_fileselector: some misc include fixes for compiling

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8232
This commit is contained in:
Mike Blumenkrantz 2019-03-07 10:57:46 -05:00 committed by Cedric BAIL
parent 69daf53a94
commit 1ae67a9286
2 changed files with 3 additions and 2 deletions

View File

@ -14,9 +14,9 @@
#define EFL_PART_PROTECTED
#define EFL_UI_FOCUS_COMPOSITION_PROTECTED
#include "elm_priv.h"
#include <Elementary.h>
#include "Eio_Eo.h"
#include "elm_priv.h"
#include "elm_fileselector_button_eo.h"
#include "elm_fileselector_entry_eo.h"
#include "elm_interface_fileselector.h"

View File

@ -3,9 +3,10 @@
#endif
#include <Elementary.h>
#include "elm_priv.h"
#include "Eio_Eo.h"
#include "elm_interface_fileselector.h"
#include "elm_interface_fileselector_eo.h"
#include "elm_interface_fileselector_eo.c"