summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_object_polygon.c
diff options
context:
space:
mode:
authorSebastian Dransfeld <sebastian.dransfeld@sintef.no>2013-06-20 12:53:29 +0200
committerSebastian Dransfeld <sebastian.dransfeld@sintef.no>2013-06-20 12:53:29 +0200
commit51023d2d4fd9fbde2e376d32b29dc7b37da70919 (patch)
treeac8c51e9e9521d7e5532e9f5185834ed0642bc3e /src/lib/evas/canvas/evas_object_polygon.c
parent9aada5f7359ebe6032a0db902b4171887d2f898a (diff)
downloadefl-51023d2d4fd9fbde2e376d32b29dc7b37da70919.tar.gz
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_object_polygon.c')
-rw-r--r--src/lib/evas/canvas/evas_object_polygon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_object_polygon.c b/src/lib/evas/canvas/evas_object_polygon.c
index ad4f9b290c..28c3e0bb5f 100644
--- a/src/lib/evas/canvas/evas_object_polygon.c
+++ b/src/lib/evas/canvas/evas_object_polygon.c
@@ -1,4 +1,4 @@
-#include "evas_common.h"
+#include "evas_common_private.h"
#include "evas_private.h"
#include "Eo.h"