idle: convert to C++

This commit is contained in:
Max Kellermann
2013-01-09 08:36:52 +01:00
parent 3c4bb9ff4e
commit e86e77ad67
19 changed files with 25 additions and 46 deletions

View File

@@ -30,9 +30,9 @@
extern "C" {
#include "uri.h"
#include "song.h"
#include "idle.h"
}
#include "Idle.hxx"
#include "DatabaseGlue.hxx"
#include "DatabasePlugin.hxx"