summaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-08-15 17:57:20 +0200
committerMax Kellermann <max@musicpd.org>2019-08-15 17:57:20 +0200
commitf909615b14379da2c281d8c3727ca302793a59b5 (patch)
treeb094fb4684f859172cf71a87d4bb3b18c8910965 /src/input
parent92c89f0c86b27d2e48f753a68d63ef3c1aad6105 (diff)
include cleanups (powered by iwyu)
Diffstat (limited to 'src/input')
-rw-r--r--src/input/plugins/TidalErrorParser.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/input/plugins/TidalErrorParser.cxx b/src/input/plugins/TidalErrorParser.cxx
index 61d997499..f1832c398 100644
--- a/src/input/plugins/TidalErrorParser.cxx
+++ b/src/input/plugins/TidalErrorParser.cxx
@@ -20,7 +20,6 @@
#include "TidalErrorParser.hxx"
#include "TidalError.hxx"
#include "lib/yajl/Callbacks.hxx"
-#include "util/ConstBuffer.hxx"
#include "util/RuntimeError.hxx"
using Wrapper = Yajl::CallbacksWrapper<TidalErrorParser>;