summaryrefslogtreecommitdiff
path: root/cogl/cogl-context.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-context.h')
-rw-r--r--cogl/cogl-context.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/cogl/cogl-context.h b/cogl/cogl-context.h
index 7cd0785d..bce47f1f 100644
--- a/cogl/cogl-context.h
+++ b/cogl/cogl-context.h
@@ -31,19 +31,9 @@
#ifndef __COGL_CONTEXT_H__
#define __COGL_CONTEXT_H__
+#include <cogl/cogl-defines.h>
#include <cogl/cogl-display.h>
-#ifdef COGL_HAS_EGL_SUPPORT
-#ifdef COGL_HAS_GLES1
-#include <GLES/gl.h>
-#include <GLES/egl.h>
-#else
-#include <EGL/egl.h>
-#define NativeDisplayType EGLNativeDisplayType
-#define NativeWindowType EGLNativeWindowType
-#endif
-#endif
-
G_BEGIN_DECLS
/**