Path: move to fs subdirectory
This commit is contained in:
parent
4ad90e2d52
commit
ef93cdf4a8
@ -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
|
||||
|
@ -26,7 +26,7 @@ extern "C" {
|
||||
#include "tokenizer.h"
|
||||
}
|
||||
|
||||
#include "Path.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "mpd_error.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
@ -26,7 +26,7 @@
|
||||
#include "TextFile.hxx"
|
||||
#include "TagInternal.hxx"
|
||||
#include "tag.h"
|
||||
#include "Path.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "ExcludeList.hxx"
|
||||
#include "Path.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include "Mapper.hxx"
|
||||
#include "Directory.hxx"
|
||||
#include "song.h"
|
||||
#include "Path.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define MPD_TEXT_FILE_HXX
|
||||
|
||||
#include "gcc.h"
|
||||
#include "Path.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -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"
|
||||
|
@ -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>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "Path.hxx"
|
||||
#include "fs/Path.hxx"
|
||||
#include "conf.h"
|
||||
#include "mpd_error.h"
|
||||
#include "gcc.h"
|
@ -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"
|
Loading…
Reference in New Issue
Block a user