diff options
author | Max Kellermann <max@duempel.org> | 2016-02-26 15:10:33 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-02-26 15:10:33 +0100 |
commit | 224944528f31c577029685124d98a1304dee12aa (patch) | |
tree | 51650c82a833aafd0866dc4985568d01db31a153 /src/TagArchive.cxx | |
parent | cdcd3e77b3e97f2425239e07ff954fa3952b04ca (diff) |
TagArchive: include cleanup
Diffstat (limited to 'src/TagArchive.cxx')
-rw-r--r-- | src/TagArchive.cxx | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/TagArchive.cxx b/src/TagArchive.cxx index 5f70800b7..5771017ea 100644 --- a/src/TagArchive.cxx +++ b/src/TagArchive.cxx @@ -21,15 +21,10 @@ #include "TagArchive.hxx" #include "TagStream.hxx" #include "tag/Generic.hxx" -#include "tag/TagHandler.hxx" -#include "tag/TagBuilder.hxx" #include "archive/ArchiveFile.hxx" -#include "fs/Path.hxx" -#include "util/Error.hxx" #include "input/InputStream.hxx" #include "thread/Cond.hxx" - -#include <assert.h> +#include "util/Error.hxx" bool tag_archive_scan(ArchiveFile &archive, const char *path_utf8, |