From 224944528f31c577029685124d98a1304dee12aa Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Fri, 26 Feb 2016 15:10:33 +0100
Subject: [PATCH] TagArchive: include cleanup

---
 src/TagArchive.cxx | 7 +------
 1 file changed, 1 insertion(+), 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,