mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-07 20:08:25 +02:00
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:
parent
e1ac6139ca
commit
f7bf732004
1 changed files with 4 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue