diff options
author | Max Kellermann <max@musicpd.org> | 2021-05-27 15:52:45 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2021-05-27 15:59:06 +0200 |
commit | 78b0ff83e863acd3bd0ebca18232a8d2c5facf9d (patch) | |
tree | 1d1a8d53c712f64d383c4980113e110f5076401c /src/client/Response.hxx | |
parent | 23613355f3b311bc914d6f250dad69d82c6c38e7 (diff) |
client/Response: include cleanup
Diffstat (limited to 'src/client/Response.hxx')
-rw-r--r-- | src/client/Response.hxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/client/Response.hxx b/src/client/Response.hxx index a8b4f8de4..a34b16851 100644 --- a/src/client/Response.hxx +++ b/src/client/Response.hxx @@ -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 { |