aboutsummaryrefslogtreecommitdiffstats
path: root/src/InputPlugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/InputPlugin.hxx')
-rw-r--r--src/InputPlugin.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/InputPlugin.hxx b/src/InputPlugin.hxx
index df6196f85..aa843d2c3 100644
--- a/src/InputPlugin.hxx
+++ b/src/InputPlugin.hxx
@@ -20,13 +20,17 @@
#ifndef MPD_INPUT_PLUGIN_HXX
#define MPD_INPUT_PLUGIN_HXX
-#include "InputLegacy.hxx"
+#include "thread/Mutex.hxx"
+#include "thread/Cond.hxx"
+
+#include <glib.h>
#include <stddef.h>
struct config_param;
struct input_stream;
class Error;
+struct Tag;
struct input_plugin {
const char *name;