aboutsummaryrefslogtreecommitdiff
path: root/src/PlayerThread.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 10:16:16 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 10:16:16 +0100
commit22f0a1547c86895b4284b5fdc63ab9c82f24a442 (patch)
treec011204fc1e1a31745e004a3e25d7f9f24f1067e /src/PlayerThread.cxx
parentde0ab43bc12be345d85779e444266153ff5be007 (diff)
buffer, pipe: convert to C++
Diffstat (limited to 'src/PlayerThread.cxx')
-rw-r--r--src/PlayerThread.cxx6
1 files changed, 3 insertions, 3 deletions
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 <glib.h>