From 5b8b660bd0f660138d39fb3a14d7fb12f4118dd2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 9 Nov 2016 13:42:52 +0100 Subject: [PATCH] decoder/DecoderAPI: include cleanup --- src/decoder/DecoderAPI.cxx | 1 - src/decoder/DecoderAPI.hxx | 2 -- 2 files changed, 3 deletions(-) diff --git a/src/decoder/DecoderAPI.cxx b/src/decoder/DecoderAPI.cxx index 3758a922e..62b2065bf 100644 --- a/src/decoder/DecoderAPI.cxx +++ b/src/decoder/DecoderAPI.cxx @@ -30,7 +30,6 @@ #include "DecoderInternal.hxx" #include "DetachedSong.hxx" #include "input/InputStream.hxx" -#include "util/Error.hxx" #include "util/ConstBuffer.hxx" #include "Log.hxx" diff --git a/src/decoder/DecoderAPI.hxx b/src/decoder/DecoderAPI.hxx index 1433e5fd4..d400dbda2 100644 --- a/src/decoder/DecoderAPI.hxx +++ b/src/decoder/DecoderAPI.hxx @@ -44,8 +44,6 @@ #include -class Error; - /** * Throw an instance of this class to stop decoding the current song * (successfully). It can be used to jump out of all of a decoder's