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
1 changed files with 0 additions and 1 deletions

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"