[Cogl] [PATCH 1/2] cogl-path: fix compile outside of source tree
Andreas Oberritter
obi at saftware.de
Mon Jul 1 15:34:30 PDT 2013
cogl-path.h doesn't get included from cogl.h anymore.
Signed-off-by: Andreas Oberritter <obi at saftware.de>
---
cogl-path/cogl-path.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/cogl-path/cogl-path.h b/cogl-path/cogl-path.h
index bba53e3..0e54943 100644
--- a/cogl-path/cogl-path.h
+++ b/cogl-path/cogl-path.h
@@ -21,10 +21,6 @@
*
*/
-#if !defined(__COGL_H_INSIDE__) && !defined(COGL_COMPILATION)
-#error "Only <cogl/cogl.h> can be included directly."
-#endif
-
#ifndef __COGL_PATH_H__
#define __COGL_PATH_H__
--
1.8.1.2
More information about the Cogl
mailing list