From 51b45d56029eb8b928be64fc50332f3ba10e0228 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Wed, 15 Oct 2008 06:38:51 +0000 Subject: Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. Moved mp3data.c/h from firmware to apps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18814 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/albumart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/albumart.c') diff --git a/apps/recorder/albumart.c b/apps/recorder/albumart.c index 29a1ed39e9..30a4e0c49f 100644 --- a/apps/recorder/albumart.c +++ b/apps/recorder/albumart.c @@ -23,7 +23,7 @@ #include "sprintf.h" #include "system.h" #include "albumart.h" -#include "id3.h" +#include "metadata.h" #include "gwps.h" #include "buffering.h" #include "dircache.h" -- cgit v1.2.3