summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.h4
1 files changed, 0 insertions, 4 deletions
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 <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