client/*: rename source files, remove "Client" prefix

This commit is contained in:
Max Kellermann
2019-04-03 20:59:00 +02:00
parent a9cb12b745
commit 1213d979f8
21 changed files with 27 additions and 28 deletions

View File

@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "ClientInternal.hxx"
#include "Internal.hxx"
#include "Partition.hxx"
#include "Instance.hxx"
#include "util/Domain.hxx"

View File

@@ -20,7 +20,7 @@
#ifndef MPD_CLIENT_H
#define MPD_CLIENT_H
#include "ClientMessage.hxx"
#include "Message.hxx"
#include "command/CommandResult.hxx"
#include "command/CommandListBuilder.hxx"
#include "tag/Mask.hxx"

View File

@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "ClientInternal.hxx"
#include "Internal.hxx"
#include "Log.hxx"
void

View File

@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "ClientInternal.hxx"
#include "Internal.hxx"
#include "config/Data.hxx"
#define CLIENT_TIMEOUT_DEFAULT (60)

View File

@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "ClientInternal.hxx"
#include "Internal.hxx"
#include "Response.hxx"
#include "Idle.hxx"

View File

@@ -17,8 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "ClientList.hxx"
#include "ClientInternal.hxx"
#include "List.hxx"
#include "util/DeleteDisposer.hxx"
#include <assert.h>

View File

@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "ClientMessage.hxx"
#include "Message.hxx"
#include "util/CharUtil.hxx"
static constexpr bool

View File

@@ -18,8 +18,8 @@
*/
#include "config.h"
#include "ClientInternal.hxx"
#include "ClientList.hxx"
#include "Internal.hxx"
#include "List.hxx"
#include "Partition.hxx"
#include "Instance.hxx"
#include "net/UniqueSocketDescriptor.hxx"

View File

@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "ClientInternal.hxx"
#include "Internal.hxx"
#include "protocol/Result.hxx"
#include "command/AllCommands.hxx"
#include "Log.hxx"

View File

@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "ClientInternal.hxx"
#include "Internal.hxx"
#include "Partition.hxx"
#include "Instance.hxx"
#include "event/Loop.hxx"

View File

@@ -17,7 +17,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "ClientInternal.hxx"
#include "Internal.hxx"
#include "Partition.hxx"
#include "Idle.hxx"