summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLionel Landwerlin <llandwerlin@gmail.com>2014-04-01 16:30:58 +0100
committerLionel Landwerlin <llandwerlin@gmail.com>2014-04-01 16:30:58 +0100
commit1c48fb712a75add9f2e03abdd3c29a3370a1d33d (patch)
tree0e3a72c2aae8c5bb4ca9d504e2b077a5ad9d8b2e
parentea9fb36ea7867f384e09adf9e1449275f86d664f (diff)
downloadcogl-1c48fb712a75add9f2e03abdd3c29a3370a1d33d.tar.gz
path: remove internal inclusion not needed
-rw-r--r--cogl-path/cogl-path-private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cogl-path/cogl-path-private.h b/cogl-path/cogl-path-private.h
index 078e58ff..b0931d09 100644
--- a/cogl-path/cogl-path-private.h
+++ b/cogl-path/cogl-path-private.h
@@ -31,8 +31,7 @@
#ifndef __COGL_PATH_PRIVATE_H
#define __COGL_PATH_PRIVATE_H
-#include "cogl-object.h"
-#include "cogl-attribute-private.h"
+#include "cogl-path.h"
typedef struct _floatVec2
{