summaryrefslogtreecommitdiff
path: root/cogl/cogl-magazine-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-magazine-private.h')
-rw-r--r--cogl/cogl-magazine-private.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cogl/cogl-magazine-private.h b/cogl/cogl-magazine-private.h
index 16e5a61e..c07e0fe8 100644
--- a/cogl/cogl-magazine-private.h
+++ b/cogl/cogl-magazine-private.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_MAGAZINE_PRIVATE_H__
#define __COGL_MAGAZINE_PRIVATE_H__
@@ -32,8 +28,6 @@
#include "cogl-memory-stack-private.h"
-G_BEGIN_DECLS
-
typedef struct _CoglMagazineChunk CoglMagazineChunk;
struct _CoglMagazineChunk
@@ -77,6 +71,4 @@ _cogl_magazine_chunk_free (CoglMagazine *magazine, void *data)
void
_cogl_magazine_free (CoglMagazine *magazine);
-G_END_DECLS
-
#endif /* __COGL_MAGAZINE_PRIVATE_H__ */