diff options
author | Max Kellermann <max@musicpd.org> | 2019-08-15 17:57:20 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-08-15 17:57:20 +0200 |
commit | f909615b14379da2c281d8c3727ca302793a59b5 (patch) | |
tree | b094fb4684f859172cf71a87d4bb3b18c8910965 /src/input | |
parent | 92c89f0c86b27d2e48f753a68d63ef3c1aad6105 (diff) |
include cleanups (powered by iwyu)
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/plugins/TidalErrorParser.cxx | 1 |
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>; |