diff options
author | Max Kellermann <max@duempel.org> | 2014-05-12 19:04:29 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-05-12 19:04:32 +0200 |
commit | 7c9517343cbf15c417cac6079c773552f7c4bfbf (patch) | |
tree | 5be9ff6ad79276b6d99ad0938cf259d5d72cf247 /src/input/ThreadInputStream.cxx | |
parent | 0b4fa41aff35ac8d190e5daaeed12f12614a0e9c (diff) | |
download | mpd-7c9517343cbf15c417cac6079c773552f7c4bfbf.tar.gz mpd-7c9517343cbf15c417cac6079c773552f7c4bfbf.tar.xz mpd-7c9517343cbf15c417cac6079c773552f7c4bfbf.zip |
ThreadInputStream: include cleanup
Diffstat (limited to '')
-rw-r--r-- | src/input/ThreadInputStream.cxx | 1 |
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" |