summaryrefslogtreecommitdiff
path: root/apps/filetree.c
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-07-27 07:21:05 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-07-27 07:21:05 +0000
commit5e5fc64cb2e74024e15cb33eab6b832610c2a60b (patch)
tree915ce63e39060b2f7223d60d730ce8f8fa2cf67f /apps/filetree.c
parent4e16015427287381e4ef826a61118408c96658f0 (diff)
downloadrockbox-5e5fc64cb2e74024e15cb33eab6b832610c2a60b.tar.gz
rockbox-5e5fc64cb2e74024e15cb33eab6b832610c2a60b.zip
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
Diffstat (limited to 'apps/filetree.c')
-rw-r--r--apps/filetree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/filetree.c b/apps/filetree.c
index 87ac37c2e0..458d553e27 100644
--- a/apps/filetree.c
+++ b/apps/filetree.c
@@ -33,7 +33,6 @@
33#include "filetypes.h" 33#include "filetypes.h"
34#include "talk.h" 34#include "talk.h"
35#include "playlist.h" 35#include "playlist.h"
36#include "gwps.h"
37#include "lang.h" 36#include "lang.h"
38#include "language.h" 37#include "language.h"
39#include "screens.h" 38#include "screens.h"
@@ -52,7 +51,7 @@
52#if CONFIG_TUNER 51#if CONFIG_TUNER
53#include "radio.h" 52#include "radio.h"
54#endif 53#endif
55 54#include "wps_engine/wps_internals.h" /* FIXME: REMOVE ME */
56#include "backdrop.h" 55#include "backdrop.h"
57 56
58static int compare_sort_dir; /* qsort key for sorting directories */ 57static int compare_sort_dir; /* qsort key for sorting directories */