aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/Helpers.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/db/Helpers.hxx')
-rw-r--r--src/db/Helpers.hxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/db/Helpers.hxx b/src/db/Helpers.hxx
index b9a7af4cf..651bac0e0 100644
--- a/src/db/Helpers.hxx
+++ b/src/db/Helpers.hxx
@@ -20,23 +20,12 @@
#ifndef MPD_MEMORY_DATABASE_PLUGIN_HXX
#define MPD_MEMORY_DATABASE_PLUGIN_HXX
-#include "Visitor.hxx"
-#include "tag/TagType.h"
-
-#include <stdint.h>
-
class Error;
class Database;
struct DatabaseSelection;
struct DatabaseStats;
bool
-VisitUniqueTags(const Database &db, const DatabaseSelection &selection,
- TagType tag_type, uint32_t group_mask,
- VisitTag visit_tag,
- Error &error);
-
-bool
GetStats(const Database &db, const DatabaseSelection &selection,
DatabaseStats &stats, Error &error);