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/canvas/evas_async_events.c | |
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/canvas/evas_async_events.c')
-rw-r--r-- | src/lib/evas/canvas/evas_async_events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_async_events.c b/src/lib/evas/canvas/evas_async_events.c index 76d38cb..dd3c593 100644 --- a/src/lib/evas/canvas/evas_async_events.c +++ b/src/lib/evas/canvas/evas_async_events.c | |||
@@ -8,7 +8,7 @@ | |||
8 | #include <fcntl.h> | 8 | #include <fcntl.h> |
9 | #include <errno.h> | 9 | #include <errno.h> |
10 | 10 | ||
11 | #include "evas_common.h" | 11 | #include "evas_common_private.h" |
12 | #include "evas_private.h" | 12 | #include "evas_private.h" |
13 | 13 | ||
14 | typedef struct _Evas_Event_Async Evas_Event_Async; | 14 | typedef struct _Evas_Event_Async Evas_Event_Async; |