Commit 5b8b660b authored by Max Kellermann's avatar Max Kellermann

decoder/DecoderAPI: include cleanup

parent d9cb85df
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#include "DecoderInternal.hxx" #include "DecoderInternal.hxx"
#include "DetachedSong.hxx" #include "DetachedSong.hxx"
#include "input/InputStream.hxx" #include "input/InputStream.hxx"
#include "util/Error.hxx"
#include "util/ConstBuffer.hxx" #include "util/ConstBuffer.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -44,8 +44,6 @@ ...@@ -44,8 +44,6 @@
#include <stdint.h> #include <stdint.h>
class Error;
/** /**
* Throw an instance of this class to stop decoding the current song * 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 * (successfully). It can be used to jump out of all of a decoder's
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment