aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugin.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-08 10:49:26 +0200
committerEric Wong <normalperson@yhbt.net>2008-10-11 19:21:47 -0700
commit0211656d2d33b343181412938d78263a06b62587 (patch)
tree1f5c5f912f85397c4002c669f0988734420c4579 /src/inputPlugin.h
parent79e8abb461fa848cce3717333ee5cfa55ee91c71 (diff)
downloadmpd-0211656d2d33b343181412938d78263a06b62587.tar.gz
mpd-0211656d2d33b343181412938d78263a06b62587.tar.xz
mpd-0211656d2d33b343181412938d78263a06b62587.zip
CPP include cleanup
Include only headers which are really used. [ew: this is totally different from Max's branch]
Diffstat (limited to '')
-rw-r--r--src/inputPlugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/inputPlugin.h b/src/inputPlugin.h
index 0fd39ea9f..4338ce471 100644
--- a/src/inputPlugin.h
+++ b/src/inputPlugin.h
@@ -23,6 +23,8 @@
#include "outputBuffer.h"
#include "metadata_pipe.h"
#include "decode.h"
+#include "tag.h"
+#include "tag_id3.h"
/* valid values for streamTypes in the InputPlugin struct: */
#define INPUT_PLUGIN_STREAM_FILE 0x01