mapper: convert to C++

This commit is contained in:
Max Kellermann
2013-01-02 22:43:56 +01:00
parent 43cbbe111b
commit d65ad1bf15
19 changed files with 31 additions and 35 deletions

View File

@@ -21,10 +21,10 @@
#include "PlaylistSave.hxx"
#include "PlaylistFile.hxx"
#include "song.h"
#include "Mapper.hxx"
extern "C" {
#include "playlist.h"
#include "mapper.h"
#include "path.h"
#include "uri.h"
#include "idle.h"