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

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