From 0211656d2d33b343181412938d78263a06b62587 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 10:49:26 +0200 Subject: CPP include cleanup Include only headers which are really used. [ew: this is totally different from Max's branch] --- src/inputPlugin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/inputPlugin.h') 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 -- cgit v1.2.3