X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/3fbdc96d45fbf2abcc93ed2e8ad206bc540be92b..e194c23144e69c1acbebb2d872c8d45fd1b52762:/server/decode.c 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 {