diff options
author | Max Kellermann <max@duempel.org> | 2013-01-17 00:43:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-17 00:43:27 +0100 |
commit | 21fe376d1d9ffa6064cf89faab7860d443d9f7fd (patch) | |
tree | ff5c7a9861dcf3cd69549b356305f083d7c594e3 /src/PlaylistSong.cxx | |
parent | e22ef6c481ab6fff3a704c515804101d9ae399a1 (diff) | |
download | mpd-21fe376d1d9ffa6064cf89faab7860d443d9f7fd.tar.gz mpd-21fe376d1d9ffa6064cf89faab7860d443d9f7fd.tar.xz mpd-21fe376d1d9ffa6064cf89faab7860d443d9f7fd.zip |
path: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/PlaylistSong.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <glib.h> |