Path: move to fs subdirectory

This commit is contained in:
Denis Krjuchkov 2013-01-22 00:14:37 +06:00
parent 4ad90e2d52
commit ef93cdf4a8
22 changed files with 24 additions and 24 deletions

View File

@ -151,6 +151,7 @@ src_mpd_SOURCES = \
src/thread/PosixCond.hxx \
src/thread/WindowsCond.hxx \
src/thread/GLibCond.hxx \
src/fs/Path.cxx src/fs/Path.hxx \
src/fs/FileSystem.cxx src/fs/FileSystem.hxx \
src/fs/DirectoryReader.hxx \
src/glib_socket.h \
@ -239,7 +240,6 @@ src_mpd_SOURCES = \
src/MusicBuffer.cxx src/MusicBuffer.hxx \
src/MusicPipe.cxx src/MusicPipe.hxx \
src/MusicChunk.cxx src/MusicChunk.hxx \
src/Path.cxx src/Path.hxx \
src/Mapper.cxx src/Mapper.hxx \
src/page.c \
src/Partition.hxx \
@ -1060,7 +1060,7 @@ test_DumpDatabase_SOURCES = test/DumpDatabase.cxx \
src/DatabaseLock.cxx src/DatabaseSave.cxx \
src/Song.cxx src/song_sort.c src/SongSave.cxx \
src/Tag.cxx src/TagNames.c src/TagPool.cxx src/TagSave.cxx \
src/Path.cxx \
src/fs/Path.cxx \
src/SongFilter.cxx \
src/TextFile.cxx \
src/ConfigFile.cxx src/tokenizer.c src/utils.c src/string_util.c

View File

@ -26,7 +26,7 @@ extern "C" {
#include "tokenizer.h"
}
#include "Path.hxx"
#include "fs/Path.hxx"
#include "mpd_error.h"
#include <glib.h>

View File

@ -26,7 +26,7 @@
#include "TextFile.hxx"
#include "TagInternal.hxx"
#include "tag.h"
#include "Path.hxx"
#include "fs/Path.hxx"
#include <glib.h>

View File

@ -26,7 +26,7 @@
#include "song.h"
#include "mpd_error.h"
#include "Mapper.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
#include "decoder_api.h"
#include "tag.h"
#include "input_stream.h"

View File

@ -24,7 +24,7 @@
#include "config.h"
#include "ExcludeList.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
#include <assert.h>
#include <string.h>

View File

@ -23,7 +23,7 @@
#include "InotifyQueue.hxx"
#include "Mapper.hxx"
#include "Main.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
#include <glib.h>
#include <assert.h>

View File

@ -47,7 +47,7 @@
#include "InputInit.hxx"
#include "event/Loop.hxx"
#include "IOThread.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
extern "C" {
#include "daemon.h"

View File

@ -25,7 +25,7 @@
#include "Mapper.hxx"
#include "Directory.hxx"
#include "song.h"
#include "Path.hxx"
#include "fs/Path.hxx"
#include <glib.h>

View File

@ -30,7 +30,7 @@
#include "TextFile.hxx"
#include "conf.h"
#include "Idle.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
extern "C" {
#include "uri.h"

View File

@ -21,7 +21,7 @@
#include "PlaylistMapper.hxx"
#include "PlaylistFile.hxx"
#include "Mapper.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
extern "C" {
#include "playlist_list.h"

View File

@ -24,7 +24,7 @@
#include "song.h"
#include "Mapper.hxx"
#include "Idle.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
extern "C" {
#include "uri.h"

View File

@ -24,7 +24,7 @@
#include "DatabaseGlue.hxx"
#include "ls.hxx"
#include "tag.h"
#include "Path.hxx"
#include "fs/Path.hxx"
extern "C" {
#include "song.h"

View File

@ -26,7 +26,7 @@ extern "C" {
#include "Directory.hxx"
#include "Mapper.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
#include "tag.h"
#include "input_stream.h"

View File

@ -21,7 +21,7 @@
#define MPD_STATE_FILE_HXX
#include "event/TimeoutMonitor.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
#include "gcc.h"
#include <string>

View File

@ -21,7 +21,7 @@
#define MPD_TEXT_FILE_HXX
#include "gcc.h"
#include "Path.hxx"
#include "fs/Path.hxx"
#include <glib.h>

View File

@ -24,7 +24,7 @@
#include "Directory.hxx"
#include "song.h"
#include "Mapper.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
extern "C" {
#include "archive_list.h"

View File

@ -26,7 +26,7 @@
#include "song.h"
#include "decoder_plugin.h"
#include "Mapper.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
extern "C" {
#include "tag_handler.h"

View File

@ -21,7 +21,7 @@
#include "UpdateIO.hxx"
#include "Directory.hxx"
#include "Mapper.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
#include "glib_compat.h"
#include <glib.h>

View File

@ -31,7 +31,7 @@
#include "Mapper.hxx"
#include "ExcludeList.hxx"
#include "conf.h"
#include "Path.hxx"
#include "fs/Path.hxx"
extern "C" {
#include "uri.h"

View File

@ -21,7 +21,7 @@
#define MPD_SIMPLE_DATABASE_PLUGIN_HXX
#include "DatabasePlugin.hxx"
#include "Path.hxx"
#include "fs/Path.hxx"
#include "gcc.h"
#include <cassert>

View File

@ -18,7 +18,7 @@
*/
#include "config.h"
#include "Path.hxx"
#include "fs/Path.hxx"
#include "conf.h"
#include "mpd_error.h"
#include "gcc.h"

View File

@ -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"