Module: Mesa Branch: 7.8 Commit: 9bdb1205fb44a0df4e91c5ca089d2d7a86fa8b1f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=9bdb1205fb44a0df4e91c5ca089d2d7a86fa8b1f
Author: Jeremy Huddleston <[email protected]> Date: Tue Apr 27 12:02:31 2010 -0700 f Signed-off-by: Jeremy Huddleston <[email protected]> --- 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 3ee54aa..9b3643b 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> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
