diff options
author | Sebastian Dransfeld <sebastian.dransfeld@sintef.no> | 2013-06-20 12:53:29 +0200 |
---|---|---|
committer | Sebastian Dransfeld <sebastian.dransfeld@sintef.no> | 2013-06-20 12:53:29 +0200 |
commit | 51023d2d4fd9fbde2e376d32b29dc7b37da70919 (patch) | |
tree | ac8c51e9e9521d7e5532e9f5185834ed0642bc3e /src/lib/evas/Evas.h | |
parent | 9aada5f7359ebe6032a0db902b4171887d2f898a (diff) |
evas: Keep sane name for public header
Evas_Common.h should be used for the public header, and rather rename
evas_common.h internal header to another name.
Sa:
Evas_Common_Header.h -> Evas_Common.h
evas_common.h -> evas_common_private.h
Shouldn't have both Evas_Common.h and evas_common.h because of case
insensitive filesystems.
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 585ce48cb7..b20576d2fb 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_Header.h> | 286 | #include <Evas_Common.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 |