diff options
author | Max Kellermann <max.kellermann@gmail.com> | 2018-11-19 10:59:52 +0100 |
---|---|---|
committer | Max Kellermann <max.kellermann@gmail.com> | 2018-11-19 11:11:45 +0100 |
commit | eb6d5f34fcea574e781214df8bcdcb7ce35ddee6 (patch) | |
tree | b9d4c1150a55d16e240ccd87d7d9d4e525a95fde /src | |
parent | f80126959d49a6e7196634db028cc68d8d8ed41e (diff) |
db/UniqueTags: include cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/db/UniqueTags.cxx | 4 |
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, |