changeset 31065:7fb89ca1891c

Avoid duplicating the GL/gl.h include.
author reimar
date Fri, 30 Apr 2010 19:03:13 +0000
parents 7d174bdfcd9a
children 0d51c0dcd832
files libvo/gl_common.h
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.h	Fri Apr 30 17:12:52 2010 +0000
+++ b/libvo/gl_common.h	Fri Apr 30 19:03:13 2010 +0000
@@ -30,18 +30,14 @@
 
 #ifdef CONFIG_GL_WIN32
 #include <windows.h>
-#include <GL/gl.h>
 #include "w32_common.h"
 #endif
 #ifdef CONFIG_GL_X11
-#include <GL/gl.h>
 #include <X11/Xlib.h>
 #include <GL/glx.h>
 #include "x11_common.h"
 #endif
-#ifdef CONFIG_GL_SDL
 #include <GL/gl.h>
-#endif
 
 // workaround for some gl.h headers
 #ifndef GLAPIENTRY