summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max.kellermann@gmail.com>2018-11-19 10:59:52 +0100
committerMax Kellermann <max.kellermann@gmail.com>2018-11-19 11:11:45 +0100
commiteb6d5f34fcea574e781214df8bcdcb7ce35ddee6 (patch)
treeb9d4c1150a55d16e240ccd87d7d9d4e525a95fde /src
parentf80126959d49a6e7196634db028cc68d8d8ed41e (diff)
db/UniqueTags: include cleanup
Diffstat (limited to 'src')
-rw-r--r--src/db/UniqueTags.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/db/UniqueTags.cxx b/src/db/UniqueTags.cxx
index a6c78509d..b9fe41899 100644
--- a/src/db/UniqueTags.cxx
+++ b/src/db/UniqueTags.cxx
@@ -22,10 +22,6 @@
#include "song/LightSong.hxx"
#include "tag/VisitFallback.hxx"
-#include <functional>
-
-#include <assert.h>
-
static void
CollectTags(std::set<std::string> &result,
const Tag &tag,