From 81f3d893d9e41120d76a3e710db77ccd829cbf42 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 4 Jan 2013 22:31:53 +0100 Subject: player_control.h: convert header to C++ --- src/Playlist.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Playlist.cxx') diff --git a/src/Playlist.cxx b/src/Playlist.cxx index de2daf14..9f08439a 100644 --- a/src/Playlist.cxx +++ b/src/Playlist.cxx @@ -19,10 +19,10 @@ #include "config.h" #include "PlaylistInternal.hxx" +#include "PlayerControl.hxx" #include "song.h" extern "C" { -#include "player_control.h" #include "conf.h" #include "idle.h" } -- cgit v1.2.3