summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-17 08:34:05 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:22:36 +0100
commit98d5c9dbd0d47bc1c91dd54514d316cc1c590b05 (patch)
treedb96754390588f89cc621f95ac95c0c6ee82c598 /src/login
parent2ce8152bd305e6cb29732222649db8b662e10113 (diff)
Remove unused and invalid udev definitions
These definitions were not valid when compiling against eudev. As a nice consequence, our own copies of any udev includes are no longer needed and could be removed for good. Add label.h include to logind.c, as "udev.h" is no longer available which would have done so otherwise.
Diffstat (limited to 'src/login')
-rw-r--r--src/login/logind.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind.c b/src/login/logind.c
index 6cc6218b3..4bbbdf554 100644
--- a/src/login/logind.c
+++ b/src/login/logind.c
@@ -34,6 +34,7 @@
#include "udev-util.h"
#include "formats-util.h"
#include "label.h"
+#include "label.h"
static void manager_free(Manager *m);