diff options
author | Simon Ser <contact@emersion.fr> | 2022-11-23 14:17:11 +0100 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-11-24 21:50:28 +0000 |
commit | ba13f471ea53810598c0638757bd912dabc46305 (patch) | |
tree | 46ef3c8f441688b0730dae0a1739bde044f4cd35 /include/wlr/backend | |
parent | 99134c26b858707ba42851ffe832d53cf27be195 (diff) |
backend/session: drop unused <libudev.h>
We don't actually need to pull that header here.
Diffstat (limited to 'include/wlr/backend')
-rw-r--r-- | include/wlr/backend/session.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/backend/session.h b/include/wlr/backend/session.h index e5deda57..3583b317 100644 --- a/include/wlr/backend/session.h +++ b/include/wlr/backend/session.h @@ -1,7 +1,6 @@ #ifndef WLR_BACKEND_SESSION_H #define WLR_BACKEND_SESSION_H -#include <libudev.h> #include <stdbool.h> #include <sys/types.h> #include <wayland-server-core.h> |