render/gles2, render/pixman: stop pulling <wlr/backend.h>

No reason why the GLES2/Pixman renderers should depend on the
backend.
This commit is contained in:
Simon Ser 2022-11-23 14:33:50 +01:00
parent b89a050e58
commit 0fa5743c26
3 changed files with 0 additions and 3 deletions

View file

@ -6,7 +6,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <string.h>
#include <wlr/backend.h>
#include <wlr/render/egl.h>
#include <wlr/render/gles2.h>
#include <wlr/render/interface.h>