aboutsummaryrefslogtreecommitdiffstats
path: root/src/db/plugins/SimpleDatabasePlugin.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-02-19 22:54:52 +0100
committerMax Kellermann <max@duempel.org>2014-02-19 22:54:52 +0100
commitae594ad92c1a6dc4aee3e83fa4ab94075b0170c1 (patch)
treef73f1a1d19a1600fdb0f00e57d845fd89b89ab31 /src/db/plugins/SimpleDatabasePlugin.hxx
parent8d6fedf8177d0d2ced81e6d93d35c368b2ac69db (diff)
downloadmpd-ae594ad92c1a6dc4aee3e83fa4ab94075b0170c1.tar.gz
mpd-ae594ad92c1a6dc4aee3e83fa4ab94075b0170c1.tar.xz
mpd-ae594ad92c1a6dc4aee3e83fa4ab94075b0170c1.zip
DatabasePlugin: split header
Diffstat (limited to '')
-rw-r--r--src/db/plugins/SimpleDatabasePlugin.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/db/plugins/SimpleDatabasePlugin.hxx b/src/db/plugins/SimpleDatabasePlugin.hxx
index 83434393c..49e3d987d 100644
--- a/src/db/plugins/SimpleDatabasePlugin.hxx
+++ b/src/db/plugins/SimpleDatabasePlugin.hxx
@@ -20,14 +20,18 @@
#ifndef MPD_SIMPLE_DATABASE_PLUGIN_HXX
#define MPD_SIMPLE_DATABASE_PLUGIN_HXX
-#include "db/DatabasePlugin.hxx"
+#include "db/Interface.hxx"
#include "fs/AllocatedPath.hxx"
#include "db/LightSong.hxx"
#include "Compiler.h"
#include <cassert>
+struct config_param;
struct Directory;
+struct DatabasePlugin;
+class EventLoop;
+class DatabaseListener;
class SimpleDatabase : public Database {
AllocatedPath path;