aboutsummaryrefslogtreecommitdiff
path: root/include/wlr/backend
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-11-23 14:17:11 +0100
committerSimon Ser <contact@emersion.fr>2022-11-24 21:50:28 +0000
commitba13f471ea53810598c0638757bd912dabc46305 (patch)
tree46ef3c8f441688b0730dae0a1739bde044f4cd35 /include/wlr/backend
parent99134c26b858707ba42851ffe832d53cf27be195 (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.h1
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>