diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2019-05-20 09:10:00 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-05-20 09:10:00 -0400 |
commit | a5267d3d9c55ebcc2da3e7e05b23bc88d436f3fb (patch) | |
tree | a6432d852103ec270e11c156b5c514da5fe26e51 /src/lib/ecore_evas | |
parent | c567278b5473fd42af7dd7090c4dc2979cc15558 (diff) |
remove Evil.h when not necessary, include evil_private.h when necessary
Test Plan: compilation
Reviewers: zmike, raster, cedric
Reviewed By: zmike
Subscribers: #reviewers, #committers
Tags: #efl
Differential Revision: https://phab.enlightenment.org/D8925
Diffstat (limited to 'src/lib/ecore_evas')
-rw-r--r-- | src/lib/ecore_evas/ecore_evas.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ecore_evas/ecore_evas.c b/src/lib/ecore_evas/ecore_evas.c index 86020876ef..3d4698f599 100644 --- a/src/lib/ecore_evas/ecore_evas.c +++ b/src/lib/ecore_evas/ecore_evas.c | |||
@@ -18,10 +18,6 @@ | |||
18 | # include <sys/mman.h> | 18 | # include <sys/mman.h> |
19 | #endif | 19 | #endif |
20 | 20 | ||
21 | #ifdef _WIN32 | ||
22 | # include <Evil.h> | ||
23 | #endif | ||
24 | |||
25 | #include <Ecore.h> | 21 | #include <Ecore.h> |
26 | #include "ecore_private.h" | 22 | #include "ecore_private.h" |
27 | #include <Ecore_Input.h> | 23 | #include <Ecore_Input.h> |