summaryrefslogtreecommitdiffstats
path: root/apps/codecs/vorbis.c
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2005-10-13 11:32:52 +0000
committerThom Johansen <thomj@rockbox.org>2005-10-13 11:32:52 +0000
commitc91e0bbfc9ea289598d2202404eee3a524c7cde1 (patch)
tree31ac0e5c3e5ec8631dec9695cfc8e5aeb8702a3f /apps/codecs/vorbis.c
parentf9cc638efd655c3ac392fdaf346ebc5c6dbd258b (diff)
downloadrockbox-c91e0bbfc9ea289598d2202404eee3a524c7cde1.tar.gz
rockbox-c91e0bbfc9ea289598d2202404eee3a524c7cde1.zip
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
Diffstat (limited to 'apps/codecs/vorbis.c')
-rw-r--r--apps/codecs/vorbis.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/vorbis.c b/apps/codecs/vorbis.c
index 6b0b55e4d6..475c64c4b5 100644
--- a/apps/codecs/vorbis.c
+++ b/apps/codecs/vorbis.c
@@ -16,8 +16,8 @@
* KIND, either express or implied.
*
****************************************************************************/
-#include "codec.h"
-#include "lib/codeclib.h"
+
+#include "codeclib.h"
#include "Tremor/ivorbisfile.h"
#include "Tremor/ogg.h"