wayland/buffer: drop unused GLESv3 include

That one is often in a separate Mesa package and contrary to GLESv2
doesn’t come with a pkg-config file. Mildly annoying…
This commit is contained in:
Mia Herkt 2026-03-29 09:31:28 +02:00
parent 9bf752ac33
commit ee1100eb98
No known key found for this signature in database

View file

@ -10,7 +10,6 @@
#include <EGL/egl.h> #include <EGL/egl.h>
#include <EGL/eglext.h> #include <EGL/eglext.h>
#include <GL/gl.h> #include <GL/gl.h>
#include <GLES3/gl32.h>
#include <fcntl.h> #include <fcntl.h>
#include <gbm.h> #include <gbm.h>
#include <libdrm/drm_fourcc.h> #include <libdrm/drm_fourcc.h>