X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5aff007d8fcfb4c6cc3c3627ae15f45562db7a0d..858805c3c89075418cfd7260b6897a5ba9b6a024:/server/decode.c diff --git a/server/decode.c b/server/decode.c index c693c75..3a1e1a9 100644 --- a/server/decode.c +++ b/server/decode.c @@ -21,20 +21,10 @@ * @brief General-purpose decoder for use by speaker process */ -#include -#include "types.h" - -#include -#include -#include -#include -#include -#include -#include -#include +#include "disorder-server.h" + #include #include -#include /* libFLAC has had an API change and stupidly taken away the old API */ #if HAVE_FLAC_FILE_DECODER_H @@ -45,12 +35,8 @@ #define FLAC__FileDecoderState FLAC__StreamDecoderState #endif -#include "log.h" -#include "syscalls.h" -#include "defs.h" #include "wav.h" #include "speaker-protocol.h" -#include "version.h" /** @brief Encoding lookup table type */ struct decoder {