diff options
Diffstat (limited to 'src/OutputAll.cxx')
-rw-r--r-- | src/OutputAll.cxx | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/OutputAll.cxx b/src/OutputAll.cxx index ec716a411..811d93a12 100644 --- a/src/OutputAll.cxx +++ b/src/OutputAll.cxx @@ -26,21 +26,17 @@ extern "C" { #include "OutputControl.hxx" #include "OutputError.hxx" +#include "MusicBuffer.hxx" +#include "MusicPipe.hxx" +#include "MusicChunk.hxx" #include "mpd_error.h" extern "C" { #include "player_control.h" #include "conf.h" -#include "chunk.h" -#include "pipe.h" -#include "buffer.h" #include "notify.h" } -#ifndef NDEBUG -#include "chunk.h" -#endif - #include <assert.h> #include <string.h> |