client/Response: include cleanup
This commit is contained in:
parent
23613355f3
commit
78b0ff83e8
@ -19,8 +19,6 @@
|
||||
|
||||
#include "Response.hxx"
|
||||
#include "Client.hxx"
|
||||
#include "util/FormatString.hxx"
|
||||
#include "util/AllocatedString.hxx"
|
||||
|
||||
#include <fmt/format.h>
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user