From e26e59b00634d5a66f39e40dea71d56a8dea0f2a Mon Sep 17 00:00:00 2001 From: Tim Mayberry Date: Sat, 23 Jun 2012 05:08:14 +0000 Subject: 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 --- libs/ardour/file_source.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/ardour/file_source.cc') diff --git a/libs/ardour/file_source.cc b/libs/ardour/file_source.cc index ba2b809dbe..2f7ad2caa8 100644 --- a/libs/ardour/file_source.cc +++ b/libs/ardour/file_source.cc @@ -32,7 +32,7 @@ #include "pbd/strsplit.h" #include "pbd/shortpath.h" #include "pbd/enumwriter.h" -#include "pbd/filesystem.h" +#include "pbd/file_utils.h" #include #include @@ -277,7 +277,7 @@ FileSource::find (Session& s, DataType type, const string& path, bool must_exist ++j; while (j != hits.end()) { - if (PBD::sys::equivalent_paths (*i, *j)) { + if (PBD::equivalent_paths (*i, *j)) { /* *i and *j are the same file; break out of the loop early */ break; } -- cgit v1.2.3