aboutsummaryrefslogtreecommitdiffstats
path: root/src/inputPlugin.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:03 +0200
committerEric Wong <normalperson@yhbt.net>2008-08-30 18:28:25 -0700
commit27ce02fa9146601ab4a0210cc85c2d5f50b833f4 (patch)
tree38623105bb3ff694d37f912c9ccfb28dc03eb1a1 /src/inputPlugin.h
parentac5ec35a6e222f635912f6a7eaf3c036c71367b6 (diff)
downloadmpd-27ce02fa9146601ab4a0210cc85c2d5f50b833f4.tar.gz
mpd-27ce02fa9146601ab4a0210cc85c2d5f50b833f4.tar.xz
mpd-27ce02fa9146601ab4a0210cc85c2d5f50b833f4.zip
clean up CPP includes
Include only headers which are really required. This speeds up compilation and helps detect cross-layer accesses. [ew: minor fixups to not break on new core]
Diffstat (limited to 'src/inputPlugin.h')
-rw-r--r--src/inputPlugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inputPlugin.h b/src/inputPlugin.h
index 2f337acef..161a0db59 100644
--- a/src/inputPlugin.h
+++ b/src/inputPlugin.h
@@ -22,6 +22,7 @@
#include "inputStream.h"
#include "outputBuffer.h"
#include "metadata_pipe.h"
+#include "decode.h"
/* valid values for streamTypes in the InputPlugin struct: */
#define INPUT_PLUGIN_STREAM_FILE 0x01