summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-30 19:03:13 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-30 19:03:13 +0000
commit9d3c0960458902ada9a2077f33ec504e7a22397b (patch)
treecabaf289e713129c30f7c4edfd1ff202cdbfed8b /libvo
parentce4d38385c17c13078f987783a6f8e936797d807 (diff)
downloadmpv-9d3c0960458902ada9a2077f33ec504e7a22397b.tar.bz2
mpv-9d3c0960458902ada9a2077f33ec504e7a22397b.tar.xz
Avoid duplicating the GL/gl.h include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31107 b3059339-0415-0410-9bf9-f77b7e298cf2
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