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_file/ecore_file_private.h | |
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 '')
-rw-r--r-- | src/lib/ecore_file/ecore_file_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ecore_file/ecore_file_private.h b/src/lib/ecore_file/ecore_file_private.h index 9a02fffd6d..01ea0a4f11 100644 --- a/src/lib/ecore_file/ecore_file_private.h +++ b/src/lib/ecore_file/ecore_file_private.h | |||
@@ -5,10 +5,6 @@ | |||
5 | # include <features.h> | 5 | # include <features.h> |
6 | #endif | 6 | #endif |
7 | 7 | ||
8 | #ifdef _WIN32 | ||
9 | # include <Evil.h> | ||
10 | #endif | ||
11 | |||
12 | #ifdef HAVE_ESCAPE | 8 | #ifdef HAVE_ESCAPE |
13 | # include <Escape.h> | 9 | # include <Escape.h> |
14 | #endif | 10 | #endif |