aboutsummaryrefslogtreecommitdiff
path: root/src/Main.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/Main.cxx
parent05c91082e3de0b0078c26ddb9da68fd00da8c90e (diff)
player_control.h: convert header to C++
Diffstat (limited to 'src/Main.cxx')
-rw-r--r--src/Main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.cxx b/src/Main.cxx
index 3340bf3d..b10e0f32 100644
--- a/src/Main.cxx
+++ b/src/Main.cxx
@@ -22,6 +22,7 @@
#include "CommandLine.hxx"
#include "Playlist.hxx"
#include "PlaylistFile.hxx"
+#include "PlayerControl.hxx"
#include "UpdateGlue.hxx"
#include "MusicChunk.hxx"
#include "StateFile.hxx"
@@ -41,7 +42,6 @@ extern "C" {
#include "idle.h"
#include "conf.h"
#include "path.h"
-#include "player_control.h"
#include "stats.h"
#include "sig_handlers.h"
#include "audio_config.h"