diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-02-14 09:44:31 +0100 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-02-23 23:53:42 +0100 |
commit | 2eec67acbb00593e414549a7e5b35eb7dd776b1b (patch) | |
tree | c692391dddfa88d938a29ea238a9e1a95da879fc /src/analyze | |
parent | 4aab5d0cbd979b2cccb88534f118bceaa86466d8 (diff) |
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.
Diffstat (limited to 'src/analyze')
-rw-r--r-- | src/analyze/analyze-verify.c | 2 | ||||
-rw-r--r-- | src/analyze/analyze.c | 3 |
2 files changed, 0 insertions, 5 deletions
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 <stdlib.h> -#include <getopt.h> #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 <stdlib.h> #include <getopt.h> #include <locale.h> -#include <sys/utsname.h> #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" |