aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistSave.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-02 22:43:56 +0100
committerMax Kellermann <max@duempel.org>2013-01-02 22:43:56 +0100
commitd65ad1bf151383722802d4bb13b12a33b97480e4 (patch)
treebdbb428484e61a53764ff8df2eeb2c245158e7e6 /src/PlaylistSave.cxx
parent43cbbe111b2429b41b1896f228625cf5692c3d88 (diff)
mapper: convert to C++
Diffstat (limited to 'src/PlaylistSave.cxx')
-rw-r--r--src/PlaylistSave.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistSave.cxx b/src/PlaylistSave.cxx
index 8d1908aa..722ae9c8 100644
--- a/src/PlaylistSave.cxx
+++ b/src/PlaylistSave.cxx
@@ -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"