backend: stop pulling <wlr/backend/session.h>

We can just forward-declare the struct instead.
Simon Ser 2 years ago
parent ba13f471ea
commit b89a050e58

@ -10,8 +10,8 @@
#define WLR_BACKEND_H #define WLR_BACKEND_H
#include <wayland-server-core.h> #include <wayland-server-core.h>
#include <wlr/backend/session.h>
struct wlr_session;
struct wlr_backend_impl; struct wlr_backend_impl;
/** /**

Loading…
Cancel
Save