From: David Herrmann Date: Thu, 11 Sep 2014 13:27:56 +0000 (+0200) Subject: terminal: remove unused set.h inclusion in idev X-Git-Tag: v217~603 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=1f3752c81ad5d746f90db751425c39c3ed0970ab;p=elogind.git 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. --- 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"