Move three file utility functions from pbd/filesystem.h to pbd/file_utils.h

git-svn-id: svn://localhost/ardour2/branches/3.0@12863 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2012-06-23 05:08:14 +00:00
parent 6aee537109
commit e26e59b006
9 changed files with 79 additions and 74 deletions

View file

@ -4528,7 +4528,7 @@ Session::ensure_search_path_includes (const string& path, DataType type)
On Windows, I think we could just do if (*i == path) here.
*/
if (PBD::sys::equivalent_paths (*i, path)) {
if (PBD::equivalent_paths (*i, path)) {
return;
}
}