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/analyze/analyze-verify.c | 2 -- src/analyze/analyze.c | 3 --- 2 files changed, 5 deletions(-) (limited to 'src/analyze') diff --git a/src/analyze/analyze-verify.c b/src/analyze/analyze-verify.c index f569109268..bfc71e3f38 100644 --- a/src/analyze/analyze-verify.c +++ b/src/analyze/analyze-verify.c @@ -20,13 +20,11 @@ ***/ #include -#include #include "manager.h" #include "bus-util.h" #include "log.h" #include "strv.h" -#include "build.h" #include "pager.h" #include "analyze-verify.h" diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c index 591b4ab14e..7abe969bef 100644 --- a/src/analyze/analyze.c +++ b/src/analyze/analyze.c @@ -24,17 +24,14 @@ #include #include #include -#include #include "sd-bus.h" #include "bus-util.h" #include "bus-error.h" -#include "install.h" #include "log.h" #include "build.h" #include "util.h" #include "strxcpyx.h" -#include "fileio.h" #include "strv.h" #include "unit-name.h" #include "special.h" -- cgit v1.2.3-54-g00ecf