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/playlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/playlist.h') diff --git a/apps/playlist.h b/apps/playlist.h index 345417a29a..df3bd6221a 100644 --- a/apps/playlist.h +++ b/apps/playlist.h @@ -25,7 +25,7 @@ #include #include "file.h" #include "kernel.h" -#include "id3.h" +#include "metadata.h" #define PLAYLIST_ATTR_QUEUED 0x01 #define PLAYLIST_ATTR_INSERTED 0x02 -- cgit