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/fs | |
parent | 4ad90e2d523f53fbfb3cbab7bc97aa01ce50ae63 (diff) | |
download | mpd-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 | ||||
-rw-r--r-- | src/fs/Path.hxx (renamed from src/Path.hxx) | 4 |
2 files changed, 3 insertions, 3 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" diff --git a/src/Path.hxx b/src/fs/Path.hxx index 5c76e4b87..24f1d5e19 100644 --- a/src/Path.hxx +++ b/src/fs/Path.hxx @@ -17,8 +17,8 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_PATH_HXX -#define MPD_PATH_HXX +#ifndef MPD_FS_PATH_HXX +#define MPD_FS_PATH_HXX #include "check.h" #include "gcc.h" |