summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2014-09-11 15:27:56 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2014-09-11 15:27:56 +0200
commit1f3752c81ad5d746f90db751425c39c3ed0970ab (patch)
treef2c40e1fc39f7bc21485690953b521a8a29ad6bc
parent8e3ba3772cadf6a8292b0da533062dd4d377af67 (diff)
terminal: remove unused set.h inclusion in idev
We don't use set.h so no need to include it. We used to include it for temporary refs on all idev devices of a session, but that never was pushed upstream.
-rw-r--r--src/libsystemd-terminal/idev.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-terminal/idev.c b/src/libsystemd-terminal/idev.c
index 0ed518cde..d37e0313e 100644
--- a/src/libsystemd-terminal/idev.c
+++ b/src/libsystemd-terminal/idev.c
@@ -33,7 +33,6 @@
#include "idev-internal.h"
#include "login-shared.h"
#include "macro.h"
-#include "set.h"
#include "udev-util.h"
#include "util.h"