From c91e0bbfc9ea289598d2202404eee3a524c7cde1 Mon Sep 17 00:00:00 2001 From: Thom Johansen Date: Thu, 13 Oct 2005 11:32:52 +0000 Subject: Cleaned up the messy codec header and library system by merging codec.h, lib/codeclib.[ch] and lib/xxx2wav.[ch] into just codeclib.[ch]. Deleted much of the unused code in the xxx2wav portion. All codecs should now only include codeclib.h, and whatever codec specific headers are needed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7626 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/flac.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'apps/codecs/flac.c') diff --git a/apps/codecs/flac.c b/apps/codecs/flac.c index 7251577..45fc214 100644 --- a/apps/codecs/flac.c +++ b/apps/codecs/flac.c @@ -17,14 +17,10 @@ * ****************************************************************************/ -#include "codec.h" - +#include "codeclib.h" #include #include #include -#include "playback.h" -#include "lib/codeclib.h" -#include "dsp.h" #define FLAC_MAX_SUPPORTED_BLOCKSIZE 4608 #define FLAC_MAX_SUPPORTED_CHANNELS 2 -- cgit v1.1