decoder/DecoderAPI: include cleanup

This commit is contained in:
Max Kellermann 2016-11-09 13:42:52 +01:00
parent d9cb85df83
commit 5b8b660bd0
2 changed files with 0 additions and 3 deletions

View File

@ -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"

View File

@ -44,8 +44,6 @@
#include <stdint.h>
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