summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/evas_gl.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_gl.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_gl.c')
-rw-r--r--src/lib/evas/canvas/evas_gl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evas/canvas/evas_gl.c b/src/lib/evas/canvas/evas_gl.c
index 14a4dd6130..bfad83cfcb 100644
--- a/src/lib/evas/canvas/evas_gl.c
+++ b/src/lib/evas/canvas/evas_gl.c
@@ -1,5 +1,5 @@
/* vim:set ts=8 sw=3 sts=3 expandtab cino=>5n-2f0^-2{2(0W1st0 :*/
-#include "evas_common.h"
+#include "evas_common_private.h"
#include "evas_private.h"
#include "Evas_GL.h"