summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context_drm_egl.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-26 17:43:23 +0200
committerwm4 <wm4@nowhere>2017-04-26 17:43:23 +0200
commit010c7d499258c1064189b2d149ae6eca859d9ae1 (patch)
tree3834eeb27539d16f509c966b7441d5d083bb1d2c /video/out/opengl/context_drm_egl.c
parentcb25bb5776b30e34ff7aa32c5e0a4f8862774e74 (diff)
downloadmpv-010c7d499258c1064189b2d149ae6eca859d9ae1.tar.bz2
mpv-010c7d499258c1064189b2d149ae6eca859d9ae1.tar.xz
vo_opengl: context_drm_egl: remove unnecessary include
Could be broken after the previous commit removed finding the GL include dir.
Diffstat (limited to 'video/out/opengl/context_drm_egl.c')
-rw-r--r--video/out/opengl/context_drm_egl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/opengl/context_drm_egl.c b/video/out/opengl/context_drm_egl.c
index 1852cb76fa..e52fec451b 100644
--- a/video/out/opengl/context_drm_egl.c
+++ b/video/out/opengl/context_drm_egl.c
@@ -27,7 +27,6 @@
#include <gbm.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>
-#include <GL/gl.h>
#include "context.h"
#include "egl_helpers.h"