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.cxx | |
parent | 23613355f3b311bc914d6f250dad69d82c6c38e7 (diff) |
client/Response: include cleanup
Diffstat (limited to 'src/client/Response.cxx')
-rw-r--r-- | src/client/Response.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/Response.cxx b/src/client/Response.cxx index 9f671b607..aeede609d 100644 --- a/src/client/Response.cxx +++ b/src/client/Response.cxx @@ -19,8 +19,6 @@ #include "Response.hxx" #include "Client.hxx" -#include "util/FormatString.hxx" -#include "util/AllocatedString.hxx" #include <fmt/format.h> |