X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/3fbdc96d45fbf2abcc93ed2e8ad206bc540be92b..49e57291d78de2b583d6f2197ae6f9d9ff05e456:/server/decode.c?ds=sidebyside diff --git a/server/decode.c b/server/decode.c index 36d98ca..3a1e1a9 100644 --- a/server/decode.c +++ b/server/decode.c @@ -1,6 +1,6 @@ /* * This file is part of DisOrder - * Copyright (C) 2007 Richard Kettlewell + * Copyright (C) 2007, 2008 Richard Kettlewell * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 {