diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-05-22 15:05:16 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2017-05-22 15:05:16 +0900 |
commit | c8ec1cb2af4f3771ebdcafff3a1f9c7db5c13dad (patch) | |
tree | 27741ff35222106b1e2cc1bcc7e1cf3d078ff6cf /src/lib/ecore_evas | |
parent | 1e2d382298b0d4357d35b1f350c04f04820c7218 (diff) |
Revert "evas: Fix build for Windows (hopefully)"
This reverts commit 1e2d382298b0d4357d35b1f350c04f04820c7218.
This segfaults. Ouch... Will need more time to fix this.
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_evas/ecore_evas.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ecore_evas/ecore_evas.c b/src/lib/ecore_evas/ecore_evas.c index c7942548e8..ce41475d19 100644 --- a/src/lib/ecore_evas/ecore_evas.c +++ b/src/lib/ecore_evas/ecore_evas.c | |||
@@ -28,7 +28,6 @@ | |||
28 | #include "ecore_private.h" | 28 | #include "ecore_private.h" |
29 | #include <Ecore_Input.h> | 29 | #include <Ecore_Input.h> |
30 | #include <Ecore_Input_Evas.h> | 30 | #include <Ecore_Input_Evas.h> |
31 | #include <Evas_Internal.h> | ||
32 | 31 | ||
33 | #include "Ecore_Evas.h" | 32 | #include "Ecore_Evas.h" |
34 | #include "ecore_evas_private.h" | 33 | #include "ecore_evas_private.h" |