diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-09-11 15:27:56 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-09-11 15:27:56 +0200 |
commit | 1f3752c81ad5d746f90db751425c39c3ed0970ab (patch) | |
tree | f2c40e1fc39f7bc21485690953b521a8a29ad6bc /src/libsystemd-terminal/idev.c | |
parent | 8e3ba3772cadf6a8292b0da533062dd4d377af67 (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.
Diffstat (limited to 'src/libsystemd-terminal/idev.c')
-rw-r--r-- | src/libsystemd-terminal/idev.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libsystemd-terminal/idev.c b/src/libsystemd-terminal/idev.c index 0ed518cded..d37e0313e4 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" |