aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-05-12 19:04:29 +0200
committerMax Kellermann <max@duempel.org>2014-05-12 19:04:32 +0200
commit7c9517343cbf15c417cac6079c773552f7c4bfbf (patch)
tree5be9ff6ad79276b6d99ad0938cf259d5d72cf247
parent0b4fa41aff35ac8d190e5daaeed12f12614a0e9c (diff)
downloadmpd-7c9517343cbf15c417cac6079c773552f7c4bfbf.tar.gz
mpd-7c9517343cbf15c417cac6079c773552f7c4bfbf.tar.xz
mpd-7c9517343cbf15c417cac6079c773552f7c4bfbf.zip
ThreadInputStream: include cleanup
-rw-r--r--src/input/ThreadInputStream.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/ThreadInputStream.cxx b/src/input/ThreadInputStream.cxx
index 4311d63ae..dc08f3b6b 100644
--- a/src/input/ThreadInputStream.cxx
+++ b/src/input/ThreadInputStream.cxx
@@ -19,7 +19,6 @@
#include "config.h"
#include "ThreadInputStream.hxx"
-#include "InputPlugin.hxx"
#include "thread/Name.hxx"
#include "util/CircularBuffer.hxx"
#include "util/HugeAllocator.hxx"