summaryrefslogtreecommitdiff
path: root/src/glx/apple/apple_glx.h
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@apple.com>2010-04-12 18:37:47 -0700
committerJeremy Huddleston <jeremyhu@apple.com>2010-04-27 12:37:16 -0700
commita1cb3babbef2af222b839a058694acc82a7074f1 (patch)
treeaabd71a9c7b24c61816f759fd835dc2e1f4170ba /src/glx/apple/apple_glx.h
parentf64773010d0dd204177d08716565db69f6263e0f (diff)
Buildfixes to work around issues in OpenGL.framework
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
Diffstat (limited to 'src/glx/apple/apple_glx.h')
-rw-r--r--src/glx/apple/apple_glx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/apple/apple_glx.h b/src/glx/apple/apple_glx.h
index 3ee54aa6cf..9b3643bf15 100644
--- a/src/glx/apple/apple_glx.h
+++ b/src/glx/apple/apple_glx.h
@@ -31,10 +31,10 @@
#define APPLE_GLX_H
#include <stdbool.h>
-#include <OpenGL/CGLTypes.h>
#include <GL/gl.h>
#include <GL/glxint.h>
#include <X11/Xlib.h>
+
#define XP_NO_X_HEADERS
#include <Xplugin.h>