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

@@ -18,7 +18,7 @@
*/
#include "CommandListBuilder.hxx"
#include "client/ClientInternal.hxx"
#include "client/Internal.hxx"
#include <string.h>

View File

@@ -20,7 +20,7 @@
#include "MessageCommands.hxx"
#include "Request.hxx"
#include "client/Client.hxx"
#include "client/ClientList.hxx"
#include "client/List.hxx"
#include "client/Response.hxx"
#include "Instance.hxx"
#include "util/ConstBuffer.hxx"