From 22f0a1547c86895b4284b5fdc63ab9c82f24a442 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 10:16:16 +0100 Subject: buffer, pipe: convert to C++ --- src/PlayerThread.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/PlayerThread.cxx') diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx index 9e5c6042..cb641bbf 100644 --- a/src/PlayerThread.cxx +++ b/src/PlayerThread.cxx @@ -21,6 +21,9 @@ #include "PlayerThread.hxx" #include "DecoderThread.hxx" #include "DecoderControl.hxx" +#include "MusicPipe.hxx" +#include "MusicBuffer.hxx" +#include "MusicChunk.hxx" #include "song.h" #include "Main.hxx" #include "mpd_error.h" @@ -31,10 +34,7 @@ extern "C" { #include "event_pipe.h" #include "crossfade.h" #include "tag.h" -#include "pipe.h" -#include "chunk.h" #include "idle.h" -#include "buffer.h" } #include -- cgit v1.2.3