From 9d3c0960458902ada9a2077f33ec504e7a22397b Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 30 Apr 2010 19:03:13 +0000 Subject: Avoid duplicating the GL/gl.h include. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31107 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gl_common.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libvo/gl_common.h') diff --git a/libvo/gl_common.h b/libvo/gl_common.h index d09f3492fb..9152f06d0b 100644 --- a/libvo/gl_common.h +++ b/libvo/gl_common.h @@ -30,18 +30,14 @@ #ifdef CONFIG_GL_WIN32 #include -#include #include "w32_common.h" #endif #ifdef CONFIG_GL_X11 -#include #include #include #include "x11_common.h" #endif -#ifdef CONFIG_GL_SDL #include -#endif // workaround for some gl.h headers #ifndef GLAPIENTRY -- cgit v1.2.3