1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 21:12:23 +00:00

vo_opengl: context_drm_egl: remove unnecessary include

Could be broken after the previous commit removed finding the GL include
dir.
This commit is contained in:
wm4 2017-04-26 17:43:23 +02:00
parent cb25bb5776
commit 010c7d4992

View File

@ -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"