aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Path.cxx
diff options
context:
space:
mode:
authorDenis Krjuchkov <denis@crazydev.net>2013-01-22 00:14:37 +0600
committerDenis Krjuchkov <denis@crazydev.net>2013-01-22 01:24:53 +0600
commitef93cdf4a8b654342e97e6ab707caaf42cb9c64d (patch)
tree14ed80a9eadb83881dcff9650d8e10ac2eaa6ba2 /src/fs/Path.cxx
parent4ad90e2d523f53fbfb3cbab7bc97aa01ce50ae63 (diff)
downloadmpd-ef93cdf4a8b654342e97e6ab707caaf42cb9c64d.tar.gz
mpd-ef93cdf4a8b654342e97e6ab707caaf42cb9c64d.tar.xz
mpd-ef93cdf4a8b654342e97e6ab707caaf42cb9c64d.zip
Path: move to fs subdirectory
Diffstat (limited to '')
-rw-r--r--src/fs/Path.cxx (renamed from src/Path.cxx)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Path.cxx b/src/fs/Path.cxx
index ab8a4e3cc..80b41cbaa 100644
--- a/src/Path.cxx
+++ b/src/fs/Path.cxx
@@ -18,7 +18,7 @@
*/
#include "config.h"
-#include "Path.hxx"
+#include "fs/Path.hxx"
#include "conf.h"
#include "mpd_error.h"
#include "gcc.h"