diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-23 14:32:06 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-24 21:50:28 +0000 |
commit | b89a050e583ae05cf8ee01b1a69ce8f10f98c5e3 (patch) | |
tree | 666e710b5298c799cccf94d097da86ba515c17b8 /include/wlr | |
parent | ba13f471ea53810598c0638757bd912dabc46305 (diff) |
backend: stop pulling <wlr/backend/session.h>
We can just forward-declare the struct instead.
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/backend.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/wlr/backend.h b/include/wlr/backend.h index 9fed75f2..fac49f06 100644 --- a/include/wlr/backend.h +++ b/include/wlr/backend.h @@ -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; /** |