aboutsummaryrefslogtreecommitdiff
path: root/src/PlayerThread.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 08:54:26 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 09:05:06 +0100
commitc3c776bc6aa9f550a832ff3a2ace4f7980f6a791 (patch)
tree53452f78ad1ad5c384224e4279ddbab88197b664 /src/PlayerThread.cxx
parent9f4b906e6cb61def8afddc2ed9bdf826e52e96d2 (diff)
mixer_all: convert to C++
Diffstat (limited to 'src/PlayerThread.cxx')
-rw-r--r--src/PlayerThread.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlayerThread.cxx b/src/PlayerThread.cxx
index 0343b9fc..cba6c0fc 100644
--- a/src/PlayerThread.cxx
+++ b/src/PlayerThread.cxx
@@ -29,9 +29,9 @@
#include "mpd_error.h"
#include "CrossFade.hxx"
#include "PlayerControl.hxx"
+#include "OutputAll.hxx"
extern "C" {
-#include "output_all.h"
#include "event_pipe.h"
#include "tag.h"
#include "idle.h"