diff options
Diffstat (limited to 'src/glx/apple/apple_glx.h')
-rw-r--r-- | src/glx/apple/apple_glx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/apple/apple_glx.h b/src/glx/apple/apple_glx.h index 3ee54aa6cfe..9b3643bf156 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> |