aboutsummaryrefslogtreecommitdiff
path: root/src/OutputAll.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/OutputAll.cxx
parentde0ab43bc12be345d85779e444266153ff5be007 (diff)
buffer, pipe: convert to C++
Diffstat (limited to 'src/OutputAll.cxx')
-rw-r--r--src/OutputAll.cxx10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/OutputAll.cxx b/src/OutputAll.cxx
index ec716a41..811d93a1 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>