summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-03-08 16:10:40 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-03-08 16:10:40 +0000
commit66cf3a3329f4708be0f89b0b44fd87c26abb256b (patch)
treee092cdae63376d51b3ac40e1842febd0af2b0738 /apps/tree.c
parent34c7cd5dd286da1c773a714f39b871e29bed0af3 (diff)
downloadrockbox-66cf3a3329f4708be0f89b0b44fd87c26abb256b.tar.gz
rockbox-66cf3a3329f4708be0f89b0b44fd87c26abb256b.zip
Clean up some #includes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20238 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 6eb64a55a6..66979ea3c1 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -39,7 +39,6 @@
39#include "menu.h" 39#include "menu.h"
40#include "gwps.h" 40#include "gwps.h"
41#include "settings.h" 41#include "settings.h"
42#include "status.h"
43#include "debug.h" 42#include "debug.h"
44#include "storage.h" 43#include "storage.h"
45#include "rolo.h" 44#include "rolo.h"
@@ -68,7 +67,6 @@
68#include "yesno.h" 67#include "yesno.h"
69#include "gwps-common.h" 68#include "gwps-common.h"
70#include "eeprom_settings.h" 69#include "eeprom_settings.h"
71#include "scrobbler.h"
72#include "playlist_catalog.h" 70#include "playlist_catalog.h"
73 71
74/* gui api */ 72/* gui api */
@@ -80,7 +78,6 @@
80#include "quickscreen.h" 78#include "quickscreen.h"
81 79
82#include "root_menu.h" 80#include "root_menu.h"
83#include "backdrop.h"
84 81
85static const struct filetype *filetypes; 82static const struct filetype *filetypes;
86static int filetypes_count; 83static int filetypes_count;