diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-23 14:36:12 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-24 21:50:28 +0000 |
commit | d47016abb20ef82b5bc1cc287bfdb61ae1c18101 (patch) | |
tree | c6d5db8d8bae3868d6edfd889e07f20d27f59bcb /include/wlr/backend | |
parent | 0fa5743c26d485d1380d276151de5d5fe87fd90f (diff) |
backend/multi: stop pulling <wlr/backend/session.h>
Unused.
Diffstat (limited to 'include/wlr/backend')
-rw-r--r-- | include/wlr/backend/multi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/backend/multi.h b/include/wlr/backend/multi.h index 0687f4b6..09000ac2 100644 --- a/include/wlr/backend/multi.h +++ b/include/wlr/backend/multi.h @@ -10,7 +10,6 @@ #define WLR_BACKEND_MULTI_H #include <wlr/backend.h> -#include <wlr/backend/session.h> /** * Creates a multi-backend. Multi-backends wrap an arbitrary number of backends |