chiark / gitweb /
terminal: remove unused set.h inclusion in idev
authorDavid Herrmann <dh.herrmann@gmail.com>
Thu, 11 Sep 2014 13:27:56 +0000 (15:27 +0200)
committerDavid Herrmann <dh.herrmann@gmail.com>
Thu, 11 Sep 2014 13:27:56 +0000 (15:27 +0200)
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.

src/libsystemd-terminal/idev.c

index 0ed518cded0d6c75a672b2e98ff8b4908f67c73d..d37e0313e440f7c9024a8c1cfdeb7ea47fc50b4f 100644 (file)
@@ -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"