diff options
author | Cedric Bail <cedric.bail@samsung.com> | 2013-06-25 16:44:37 +0900 |
---|---|---|
committer | Cedric Bail <cedric.bail@samsung.com> | 2013-06-26 11:24:29 +0900 |
commit | e888a07c0aed80a2db4841fa79a2a7749d373fbb (patch) | |
tree | 8a664ab06e6f88ed09d594dc10bcdf42bf4b6b7e /src/lib/evas/include | |
parent | 67df5b4ad1aff39b6792fa77847258c3f14b9b39 (diff) |
evas: cleanup headers. Should work on windows.
Diffstat (limited to 'src/lib/evas/include')
-rw-r--r-- | src/lib/evas/include/evas_common_private.h | 1 | ||||
-rw-r--r-- | src/lib/evas/include/evas_private.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/evas/include/evas_common_private.h b/src/lib/evas/include/evas_common_private.h index f051a72a0a..336b7a6231 100644 --- a/src/lib/evas/include/evas_common_private.h +++ b/src/lib/evas/include/evas_common_private.h | |||
@@ -50,7 +50,6 @@ | |||
50 | #include <Eina.h> | 50 | #include <Eina.h> |
51 | #include "Evas.h" | 51 | #include "Evas.h" |
52 | //#include "Evas_GL.h" | 52 | //#include "Evas_GL.h" |
53 | #include "Evas_Loader.h" | ||
54 | 53 | ||
55 | #ifndef HAVE_LROUND | 54 | #ifndef HAVE_LROUND |
56 | /* right now i dont care about rendering bugs on platforms without lround | 55 | /* right now i dont care about rendering bugs on platforms without lround |
diff --git a/src/lib/evas/include/evas_private.h b/src/lib/evas/include/evas_private.h index b2f2948810..855a130b0d 100644 --- a/src/lib/evas/include/evas_private.h +++ b/src/lib/evas/include/evas_private.h | |||
@@ -9,7 +9,6 @@ | |||
9 | #include <eina_safety_checks.h> | 9 | #include <eina_safety_checks.h> |
10 | 10 | ||
11 | #include "Evas.h" | 11 | #include "Evas.h" |
12 | #include "Evas_Loader.h" | ||
13 | 12 | ||
14 | #include "../file/evas_module.h" | 13 | #include "../file/evas_module.h" |
15 | #include "../file/evas_path.h" | 14 | #include "../file/evas_path.h" |