# HG changeset patch # User reimar # Date 1272654193 0 # Node ID 7fb89ca1891c93c56b9370077ccb9c029b81f9e8 # Parent 7d174bdfcd9aea41509a28ac1141537e735ff661 Avoid duplicating the GL/gl.h include. diff -r 7d174bdfcd9a -r 7fb89ca1891c libvo/gl_common.h --- 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 -#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