diff options
author | Denis Krjuchkov <denis@crazydev.net> | 2013-01-22 00:14:37 +0600 |
---|---|---|
committer | Denis Krjuchkov <denis@crazydev.net> | 2013-01-22 01:24:53 +0600 |
commit | ef93cdf4a8b654342e97e6ab707caaf42cb9c64d (patch) | |
tree | 14ed80a9eadb83881dcff9650d8e10ac2eaa6ba2 /src/ExcludeList.cxx | |
parent | 4ad90e2d523f53fbfb3cbab7bc97aa01ce50ae63 (diff) | |
download | mpd-ef93cdf4a8b654342e97e6ab707caaf42cb9c64d.tar.gz mpd-ef93cdf4a8b654342e97e6ab707caaf42cb9c64d.tar.xz mpd-ef93cdf4a8b654342e97e6ab707caaf42cb9c64d.zip |
Path: move to fs subdirectory
Diffstat (limited to 'src/ExcludeList.cxx')
-rw-r--r-- | src/ExcludeList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ExcludeList.cxx b/src/ExcludeList.cxx index 3f929b93c..69a04d5a8 100644 --- a/src/ExcludeList.cxx +++ b/src/ExcludeList.cxx @@ -24,7 +24,7 @@ #include "config.h" #include "ExcludeList.hxx" -#include "Path.hxx" +#include "fs/Path.hxx" #include <assert.h> #include <string.h> |