Client*: move to client/

This commit is contained in:
Max Kellermann
2014-01-24 00:26:53 +01:00
parent 08296cd66d
commit e199c33c6e
43 changed files with 43 additions and 43 deletions

View File

@@ -31,7 +31,7 @@
#include "Permission.hxx"
#include "tag/TagType.h"
#include "protocol/Result.hxx"
#include "Client.hxx"
#include "client/Client.hxx"
#include "util/Tokenizer.hxx"
#include "util/Error.hxx"

View File

@@ -19,7 +19,7 @@
#include "config.h"
#include "CommandListBuilder.hxx"
#include "ClientInternal.hxx"
#include "client/ClientInternal.hxx"
#include <string.h>

View File

@@ -24,7 +24,7 @@
#include "DatabasePrint.hxx"
#include "DatabaseSelection.hxx"
#include "CommandError.hxx"
#include "Client.hxx"
#include "client/Client.hxx"
#include "tag/Tag.hxx"
#include "util/Error.hxx"
#include "SongFilter.hxx"

View File

@@ -22,8 +22,8 @@
#include "CommandError.hxx"
#include "protocol/Ack.hxx"
#include "protocol/Result.hxx"
#include "ClientFile.hxx"
#include "Client.hxx"
#include "client/ClientFile.hxx"
#include "client/Client.hxx"
#include "util/CharUtil.hxx"
#include "util/UriUtil.hxx"
#include "util/Error.hxx"

View File

@@ -19,8 +19,8 @@
#include "config.h"
#include "MessageCommands.hxx"
#include "Client.hxx"
#include "ClientList.hxx"
#include "client/Client.hxx"
#include "client/ClientList.hxx"
#include "Instance.hxx"
#include "Main.hxx"
#include "protocol/Result.hxx"

View File

@@ -43,8 +43,8 @@
#include "Permission.hxx"
#include "PlaylistFile.hxx"
#include "PlaylistVector.hxx"
#include "ClientFile.hxx"
#include "Client.hxx"
#include "client/ClientFile.hxx"
#include "client/Client.hxx"
#include "Idle.hxx"
#include <assert.h>

View File

@@ -23,7 +23,7 @@
#include "Playlist.hxx"
#include "PlaylistPrint.hxx"
#include "update/UpdateGlue.hxx"
#include "Client.hxx"
#include "client/Client.hxx"
#include "Volume.hxx"
#include "output/OutputAll.hxx"
#include "Partition.hxx"

View File

@@ -28,7 +28,7 @@
#include "playlist/PlaylistQueue.hxx"
#include "playlist/Print.hxx"
#include "TimePrint.hxx"
#include "Client.hxx"
#include "client/Client.hxx"
#include "protocol/ArgParser.hxx"
#include "protocol/Result.hxx"
#include "ls.hxx"

View File

@@ -25,8 +25,8 @@
#include "DatabaseSelection.hxx"
#include "Playlist.hxx"
#include "PlaylistPrint.hxx"
#include "ClientFile.hxx"
#include "Client.hxx"
#include "client/ClientFile.hxx"
#include "client/Client.hxx"
#include "Partition.hxx"
#include "protocol/ArgParser.hxx"
#include "protocol/Result.hxx"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "TagCommands.hxx"
#include "CommandError.hxx"
#include "Client.hxx"
#include "client/Client.hxx"
#include "protocol/ArgParser.hxx"
#include "protocol/Result.hxx"
#include "tag/Tag.hxx"