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/UpdateWalk.cxx | |
parent | e22ef6c481ab6fff3a704c515804101d9ae399a1 (diff) | |
download | mpd-21fe376d1d9ffa6064cf89faab7860d443d9f7fd.tar.gz mpd-21fe376d1d9ffa6064cf89faab7860d443d9f7fd.tar.xz mpd-21fe376d1d9ffa6064cf89faab7860d443d9f7fd.zip |
path: convert to C++
Diffstat (limited to 'src/UpdateWalk.cxx')
-rw-r--r-- | src/UpdateWalk.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UpdateWalk.cxx b/src/UpdateWalk.cxx index 208e6290a..1716862b5 100644 --- a/src/UpdateWalk.cxx +++ b/src/UpdateWalk.cxx @@ -31,10 +31,10 @@ #include "Mapper.hxx" #include "ExcludeList.hxx" #include "conf.h" +#include "Path.hxx" extern "C" { #include "uri.h" -#include "path.h" #include "playlist_list.h" } |