Commit 78b0ff83 authored by Max Kellermann's avatar Max Kellermann

client/Response: include cleanup

parent 23613355
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment