diff options
author | Daniel Zaoui <daniel.zaoui@samsung.com> | 2013-04-28 14:22:02 +0300 |
---|---|---|
committer | Daniel Zaoui <daniel.zaoui@samsung.com> | 2013-04-28 14:22:21 +0300 |
commit | 57461dc6a1189285e9b1d662173a71215df5730c (patch) | |
tree | b6644faa222efc5a08263384708b85b81b8f9207 /src/lib/evas/Evas.h | |
parent | 994318eebe032447f9457a77fe446b5978480cd7 (diff) |
Evas: rename Evas_Common.h to Evas_Common_Header.h
This change is due to EFL compilation failing in Windows. This file was
conflicting with evas_common.h. Case sensitive issue...
Diffstat (limited to 'src/lib/evas/Evas.h')
-rw-r--r-- | src/lib/evas/Evas.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/Evas.h b/src/lib/evas/Evas.h index b20576d2fb..585ce48cb7 100644 --- a/src/lib/evas/Evas.h +++ b/src/lib/evas/Evas.h | |||
@@ -283,7 +283,7 @@ | |||
283 | extern "C" { | 283 | extern "C" { |
284 | #endif | 284 | #endif |
285 | 285 | ||
286 | #include <Evas_Common.h> | 286 | #include <Evas_Common_Header.h> |
287 | #ifndef EFL_NOLEGACY_API_SUPPORT | 287 | #ifndef EFL_NOLEGACY_API_SUPPORT |
288 | #include <Evas_Legacy.h> | 288 | #include <Evas_Legacy.h> |
289 | #endif | 289 | #endif |