aboutsummaryrefslogtreecommitdiff
path: root/src/OutputAll.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-04 22:31:53 +0100
committerMax Kellermann <max@duempel.org>2013-01-04 22:31:53 +0100
commit81f3d893d9e41120d76a3e710db77ccd829cbf42 (patch)
treee5d58dcd2d8541d76ce3f966521acae94aa0b6df /src/OutputAll.cxx
parent05c91082e3de0b0078c26ddb9da68fd00da8c90e (diff)
player_control.h: convert header to C++
Diffstat (limited to 'src/OutputAll.cxx')
-rw-r--r--src/OutputAll.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OutputAll.cxx b/src/OutputAll.cxx
index 113eca43..d211cdce 100644
--- a/src/OutputAll.cxx
+++ b/src/OutputAll.cxx
@@ -24,6 +24,7 @@ extern "C" {
#include "output_internal.h"
}
+#include "PlayerControl.hxx"
#include "OutputControl.hxx"
#include "OutputError.hxx"
#include "MusicBuffer.hxx"
@@ -32,7 +33,6 @@ extern "C" {
#include "mpd_error.h"
extern "C" {
-#include "player_control.h"
#include "conf.h"
#include "notify.h"
}