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/mpc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/codecs/mpc.c') diff --git a/apps/codecs/mpc.c b/apps/codecs/mpc.c index eb6ead6..2b4830d 100644 --- a/apps/codecs/mpc.c +++ b/apps/codecs/mpc.c @@ -17,8 +17,7 @@ * ****************************************************************************/ -#include "codec.h" -#include "lib/codeclib.h" +#include "codeclib.h" #include mpc_decoder decoder; -- cgit v1.1