From 2eec67acbb00593e414549a7e5b35eb7dd776b1b Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen Date: Sat, 14 Feb 2015 09:44:31 +0100 Subject: remove unused includes This patch removes includes that are not used. The removals were found with include-what-you-use which checks if any of the symbols from a header is in use. --- src/udev/net/link-config.c | 4 ---- src/udev/net/link-config.h | 1 - 2 files changed, 5 deletions(-) (limited to 'src/udev/net') diff --git a/src/udev/net/link-config.c b/src/udev/net/link-config.c index 8b3dc45d4e..810a88153c 100644 --- a/src/udev/net/link-config.c +++ b/src/udev/net/link-config.c @@ -22,7 +22,6 @@ #include #include -#include "sd-id128.h" #include "missing.h" #include "link-config.h" @@ -36,11 +35,8 @@ #include "path-util.h" #include "conf-parser.h" #include "conf-files.h" -#include "fileio.h" -#include "hashmap.h" #include "rtnl-util.h" #include "network-internal.h" -#include "siphash24.h" struct link_config_ctx { LIST_HEAD(link_config, links); diff --git a/src/udev/net/link-config.h b/src/udev/net/link-config.h index cb434d1aee..34facdeb5d 100644 --- a/src/udev/net/link-config.h +++ b/src/udev/net/link-config.h @@ -23,7 +23,6 @@ #include "ethtool-util.h" #include "condition.h" -#include "util.h" #include "list.h" #include "libudev.h" -- cgit v1.2.3-54-g00ecf