gl-renderer: make gl-renderer-internal.h selfcontained

This helps me with VScode when clangd doesn't claim this header to be
full of unknown stuff.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
Pekka Paalanen 2025-04-10 16:25:40 +03:00 committed by Pekka Paalanen
parent e1ac6139ca
commit f7bf732004

View file

@ -62,10 +62,14 @@
#include <time.h>
#include <wayland-util.h>
#include <EGL/egl.h>
#include <EGL/eglext.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include <GLES3/gl32.h>
#include "color.h"
#include "libweston-internal.h"
#include "shared/weston-egl-ext.h" /* for PFN* stuff */
#include "shared/helpers.h"