player_control.h: convert header to C++

This commit is contained in:
Max Kellermann
2013-01-04 22:31:53 +01:00
parent 05c91082e3
commit 81f3d893d9
15 changed files with 16 additions and 18 deletions

View File

@@ -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"