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

We can just forward-declare the struct instead.
This commit is contained in:
Simon Ser 2022-11-23 14:32:06 +01:00
parent ba13f471ea
commit b89a050e58
1 changed files with 1 additions and 1 deletions

View File

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