mirror of
https://github.com/mpv-player/mpv
synced 2025-01-04 22:20:22 +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:
parent
cb25bb5776
commit
010c7d4992
@ -27,7 +27,6 @@
|
|||||||
#include <gbm.h>
|
#include <gbm.h>
|
||||||
#include <EGL/egl.h>
|
#include <EGL/egl.h>
|
||||||
#include <EGL/eglext.h>
|
#include <EGL/eglext.h>
|
||||||
#include <GL/gl.h>
|
|
||||||
|
|
||||||
#include "context.h"
|
#include "context.h"
|
||||||
#include "egl_helpers.h"
|
#include "egl_helpers.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user