diff options
author | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-03-01 22:08:13 +0100 |
commit | 1aee89f5ea603d24991c73e2479472577aa28d66 (patch) | |
tree | 5ac6038804aa63c3c9a22c613efd734fa5d688fd /src/archive | |
parent | fb547260d1b992b64c0ffd78e3bc55db86f90bda (diff) |
*: include cleanup (using iwyu)
Diffstat (limited to 'src/archive')
-rw-r--r-- | src/archive/ArchivePlugin.cxx | 1 | ||||
-rw-r--r-- | src/archive/plugins/Bzip2ArchivePlugin.cxx | 3 | ||||
-rw-r--r-- | src/archive/plugins/Iso9660ArchivePlugin.cxx | 1 | ||||
-rw-r--r-- | src/archive/plugins/ZzipArchivePlugin.cxx | 1 |
4 files changed, 1 insertions, 5 deletions
diff --git a/src/archive/ArchivePlugin.cxx b/src/archive/ArchivePlugin.cxx index fa3f53855..79df23612 100644 --- a/src/archive/ArchivePlugin.cxx +++ b/src/archive/ArchivePlugin.cxx @@ -19,7 +19,6 @@ #include "config.h" #include "ArchivePlugin.hxx" -#include "ArchiveFile.hxx" #include "fs/Path.hxx" #include "util/Error.hxx" diff --git a/src/archive/plugins/Bzip2ArchivePlugin.cxx b/src/archive/plugins/Bzip2ArchivePlugin.cxx index f51d3292b..63ff2841c 100644 --- a/src/archive/plugins/Bzip2ArchivePlugin.cxx +++ b/src/archive/plugins/Bzip2ArchivePlugin.cxx @@ -27,12 +27,11 @@ #include "../ArchiveFile.hxx" #include "../ArchiveVisitor.hxx" #include "input/InputStream.hxx" -#include "input/InputPlugin.hxx" #include "input/LocalOpen.hxx" +#include "thread/Cond.hxx" #include "util/RefCount.hxx" #include "util/Error.hxx" #include "util/Domain.hxx" -#include "fs/Traits.hxx" #include "fs/Path.hxx" #include <bzlib.h> diff --git a/src/archive/plugins/Iso9660ArchivePlugin.cxx b/src/archive/plugins/Iso9660ArchivePlugin.cxx index a7d31971b..6c17b6ad8 100644 --- a/src/archive/plugins/Iso9660ArchivePlugin.cxx +++ b/src/archive/plugins/Iso9660ArchivePlugin.cxx @@ -27,7 +27,6 @@ #include "../ArchiveFile.hxx" #include "../ArchiveVisitor.hxx" #include "input/InputStream.hxx" -#include "input/InputPlugin.hxx" #include "fs/Path.hxx" #include "util/RefCount.hxx" #include "util/Error.hxx" diff --git a/src/archive/plugins/ZzipArchivePlugin.cxx b/src/archive/plugins/ZzipArchivePlugin.cxx index 1fe7a3e86..e83edb09b 100644 --- a/src/archive/plugins/ZzipArchivePlugin.cxx +++ b/src/archive/plugins/ZzipArchivePlugin.cxx @@ -27,7 +27,6 @@ #include "../ArchiveFile.hxx" #include "../ArchiveVisitor.hxx" #include "input/InputStream.hxx" -#include "input/InputPlugin.hxx" #include "fs/Path.hxx" #include "util/RefCount.hxx" #include "util/Error.hxx" |