aboutsummaryrefslogtreecommitdiff
path: root/src/DecoderControl.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/DecoderControl.cxx
parentde0ab43bc12be345d85779e444266153ff5be007 (diff)
buffer, pipe: convert to C++
Diffstat (limited to 'src/DecoderControl.cxx')
-rw-r--r--src/DecoderControl.cxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/DecoderControl.cxx b/src/DecoderControl.cxx
index bd075ed7..58d10948 100644
--- a/src/DecoderControl.cxx
+++ b/src/DecoderControl.cxx
@@ -19,12 +19,9 @@
#include "config.h"
#include "DecoderControl.hxx"
+#include "MusicPipe.hxx"
#include "song.h"
-extern "C" {
-#include "pipe.h"
-}
-
#include <assert.h>
#undef G_LOG_DOMAIN