From 21fe376d1d9ffa6064cf89faab7860d443d9f7fd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Jan 2013 00:43:27 +0100 Subject: path: convert to C++ --- src/PlaylistSong.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PlaylistSong.cxx') diff --git a/src/PlaylistSong.cxx b/src/PlaylistSong.cxx index 118fb5715..ec27656f2 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 -- cgit v1.2.3