backend/session: drop unused <libudev.h>

We don't actually need to pull that header here.
This commit is contained in:
Simon Ser 2022-11-23 14:17:11 +01:00
parent 99134c26b8
commit ba13f471ea
1 changed files with 0 additions and 1 deletions

View File

@ -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>