winex11.drv: don't include GL/gl.h

Austin English austinenglish at bordeauxgroup.com
Fri Jun 12 12:43:31 CDT 2009


No longer needed after Roderick's and AJ's changes to the opengl code.
Tested on OS X and Ubuntu 8.10.

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c
index f207a32..cb5de48 100644
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -42,9 +42,6 @@ WINE_DEFAULT_DEBUG_CHANNEL(wgl);
 #undef CALLBACK
 #undef WINAPI
 
-#ifdef HAVE_GL_GL_H
-# include <GL/gl.h>
-#endif
 #ifdef HAVE_GL_GLX_H
 # include <GL/glx.h>
 #endif


More information about the wine-patches mailing list