From 5e5fc64cb2e74024e15cb33eab6b832610c2a60b Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 27 Jul 2009 07:21:05 +0000 Subject: Start of some apps/ and wps cleanup work... Move everything related to the actual drawing of the wps into apps/gui/wps_engine, things related to the actual screen are in apps/gui/music_screen.c (names are temporary unless noone comes up with anything better) No real code changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22062 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/albumart.c | 1 - apps/recorder/albumart.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/recorder') diff --git a/apps/recorder/albumart.c b/apps/recorder/albumart.c index a378c332b3..f1315da71f 100644 --- a/apps/recorder/albumart.c +++ b/apps/recorder/albumart.c @@ -24,7 +24,6 @@ #include "system.h" #include "albumart.h" #include "metadata.h" -#include "gwps.h" #include "buffering.h" #include "dircache.h" #include "misc.h" diff --git a/apps/recorder/albumart.h b/apps/recorder/albumart.h index edf464fb7a..82e0b79aec 100644 --- a/apps/recorder/albumart.h +++ b/apps/recorder/albumart.h @@ -26,7 +26,7 @@ #include #include "metadata.h" -#include "gwps.h" +#include "wps_engine/wps_engine.h" /* Look for albumart bitmap in the same dir as the track and in its parent dir. * Stores the found filename in the buf parameter. -- cgit v1.2.3