client/Response: include cleanup

This commit is contained in:
Max Kellermann 2021-05-27 15:52:45 +02:00
parent 23613355f3
commit 78b0ff83e8
2 changed files with 1 additions and 4 deletions

View File

@ -19,8 +19,6 @@
#include "Response.hxx"
#include "Client.hxx"
#include "util/FormatString.hxx"
#include "util/AllocatedString.hxx"
#include <fmt/format.h>

View File

@ -21,7 +21,6 @@
#define MPD_RESPONSE_HXX
#include "protocol/Ack.hxx"
#include "util/Compiler.h"
#include <fmt/core.h>
#if FMT_VERSION < 70000
@ -69,7 +68,7 @@ public:
* Accessor for Client::tag_mask. Can be used if caller wants
* to avoid including Client.hxx.
*/
gcc_pure
[[gnu::pure]]
TagMask GetTagMask() const noexcept;
void SetCommand(const char *_command) noexcept {