diff options
author | Max Kellermann <max@musicpd.org> | 2019-04-03 20:59:00 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-04-03 20:59:00 +0200 |
commit | 1213d979f8f2895e689b05fb2c2f1e8581e9169f (patch) | |
tree | a923b526e02904e914c0e5b3dd8af159c62b7b00 /src/command | |
parent | a9cb12b745c099edef622ed5dd1a84852a1bc699 (diff) |
client/*: rename source files, remove "Client" prefix
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/CommandListBuilder.cxx | 2 | ||||
-rw-r--r-- | src/command/MessageCommands.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/command/CommandListBuilder.cxx b/src/command/CommandListBuilder.cxx index 2ff9a206f..40e2c833a 100644 --- a/src/command/CommandListBuilder.cxx +++ b/src/command/CommandListBuilder.cxx @@ -18,7 +18,7 @@ */ #include "CommandListBuilder.hxx" -#include "client/ClientInternal.hxx" +#include "client/Internal.hxx" #include <string.h> diff --git a/src/command/MessageCommands.cxx b/src/command/MessageCommands.cxx index fd3592fb0..d52261476 100644 --- a/src/command/MessageCommands.cxx +++ b/src/command/MessageCommands.cxx @@ -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" |