aboutsummaryrefslogtreecommitdiff
path: root/src/PlaylistSong.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-17 00:43:27 +0100
committerMax Kellermann <max@duempel.org>2013-01-17 00:43:27 +0100
commit21fe376d1d9ffa6064cf89faab7860d443d9f7fd (patch)
treeff5c7a9861dcf3cd69549b356305f083d7c594e3 /src/PlaylistSong.cxx
parente22ef6c481ab6fff3a704c515804101d9ae399a1 (diff)
path: convert to C++
Diffstat (limited to 'src/PlaylistSong.cxx')
-rw-r--r--src/PlaylistSong.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx
index 118fb571..ec27656f 100644
--- a/src/PlaylistSong.cxx
+++ b/src/PlaylistSong.cxx
@@ -24,11 +24,11 @@
#include "DatabaseGlue.hxx"
#include "ls.hxx"
#include "tag.h"
+#include "Path.hxx"
extern "C" {
#include "song.h"
#include "uri.h"
-#include "path.h"
}
#include <glib.h>