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/ephysics | |
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/ephysics')
-rw-r--r-- | src/lib/ephysics/ephysics_private.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/ephysics/ephysics_private.h b/src/lib/ephysics/ephysics_private.h index ded1d14011..26e3a4df13 100644 --- a/src/lib/ephysics/ephysics_private.h +++ b/src/lib/ephysics/ephysics_private.h | |||
@@ -1,10 +1,6 @@ | |||
1 | #ifndef _EPHYSICS_PRIVATE_H | 1 | #ifndef _EPHYSICS_PRIVATE_H |
2 | #define _EPHYSICS_PRIVATE_H | 2 | #define _EPHYSICS_PRIVATE_H |
3 | 3 | ||
4 | #ifdef _WIN32 | ||
5 | # include <Evil.h> | ||
6 | #endif | ||
7 | |||
8 | #pragma GCC diagnostic push | 4 | #pragma GCC diagnostic push |
9 | #pragma GCC system_header | 5 | #pragma GCC system_header |
10 | 6 | ||