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

@@ -24,12 +24,9 @@
#include "config.h"
#include "PlaylistInternal.hxx"
#include "PlayerControl.hxx"
#include "song.h"
extern "C" {
#include "player_control.h"
}
#include <glib.h>
#undef G_LOG_DOMAIN