From e86e77ad67f883111d50f0886204ad96c8d0f90b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 9 Jan 2013 08:36:52 +0100 Subject: idle: convert to C++ --- src/PlayerControl.cxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/PlayerControl.cxx') diff --git a/src/PlayerControl.cxx b/src/PlayerControl.cxx index 4fa9f75b..1b5ca597 100644 --- a/src/PlayerControl.cxx +++ b/src/PlayerControl.cxx @@ -19,11 +19,7 @@ #include "config.h" #include "PlayerControl.hxx" - -extern "C" { -#include "idle.h" -} - +#include "Idle.hxx" #include "song.h" #include "DecoderControl.hxx" #include "Main.hxx" -- cgit v1.2.3