chiark / gitweb /
Prep v221: Update and clean up build system to sync with upstream
[elogind.git] / src / login / logind-session-device.h
index eac7ca7a63f5f9ddb7d835fa2fa462aee3c52f60..1c9f998371589ad0f53d7a187a67c00861d73f82 100644 (file)
@@ -25,15 +25,10 @@ typedef enum DeviceType DeviceType;
 typedef struct SessionDevice SessionDevice;
 
 #include "list.h"
-#include "util.h"
 #include "logind.h"
-#include "logind-device.h"
-#include "logind-seat.h"
-#include "logind-session.h"
 
 enum DeviceType {
         DEVICE_TYPE_UNKNOWN,
-        DEVICE_TYPE_FBDEV,
         DEVICE_TYPE_DRM,
         DEVICE_TYPE_EVDEV,
 };