summaryrefslogtreecommitdiff
path: root/src/client/Response.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-05-27 15:52:45 +0200
committerMax Kellermann <max@musicpd.org>2021-05-27 15:59:06 +0200
commit78b0ff83e863acd3bd0ebca18232a8d2c5facf9d (patch)
tree1d1a8d53c712f64d383c4980113e110f5076401c /src/client/Response.hxx
parent23613355f3b311bc914d6f250dad69d82c6c38e7 (diff)
client/Response: include cleanup
Diffstat (limited to 'src/client/Response.hxx')
-rw-r--r--src/client/Response.hxx3
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 {