Commit 22494452 authored by Max Kellermann's avatar Max Kellermann

TagArchive: include cleanup

parent cdcd3e77
...@@ -21,15 +21,10 @@ ...@@ -21,15 +21,10 @@
#include "TagArchive.hxx" #include "TagArchive.hxx"
#include "TagStream.hxx" #include "TagStream.hxx"
#include "tag/Generic.hxx" #include "tag/Generic.hxx"
#include "tag/TagHandler.hxx"
#include "tag/TagBuilder.hxx"
#include "archive/ArchiveFile.hxx" #include "archive/ArchiveFile.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "thread/Cond.hxx" #include "thread/Cond.hxx"
#include "util/Error.hxx"
#include <assert.h>
bool bool
tag_archive_scan(ArchiveFile &archive, const char *path_utf8, tag_archive_scan(ArchiveFile &archive, const char *path_utf8,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment