summaryrefslogtreecommitdiff
path: root/src/login/logind-session-device.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-12-07 18:11:36 +0900
committerLennart Poettering <lennart@poettering.net>2018-12-07 12:46:55 +0100
commit5b139f86a6e034993c7476b1278e4e7cc2a33c1c (patch)
treecc0aa5847011a6dcd4bd412ac1b2f07e4653a43d /src/login/logind-session-device.c
parent83da42c3bf86e8787cfec2c7fb6ca379dfec3632 (diff)
downloadsystemd-5b139f86a6e034993c7476b1278e4e7cc2a33c1c.tar.gz
missing: re-add drm related entries
This effectively reverts dab28f09051445fe370466e767e31652e0804a0f. Fixes #11075.
Diffstat (limited to 'src/login/logind-session-device.c')
-rw-r--r--src/login/logind-session-device.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/login/logind-session-device.c b/src/login/logind-session-device.c
index 0fcbe98c2a..f358524ebc 100644
--- a/src/login/logind-session-device.c
+++ b/src/login/logind-session-device.c
@@ -3,13 +3,9 @@
#include <fcntl.h>
#include <linux/input.h>
#include <string.h>
-#include <stdint.h>
#include <sys/ioctl.h>
#include <sys/types.h>
-/* Old drm.h may needs to be included after stdint.h and sys/types.h */
-#include <drm/drm.h>
-
#include "sd-device.h"
#include "alloc-util.h"