summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-05-09 18:09:14 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-05-09 18:09:14 +0000
commit09085a30f665a2382496bc6cddf92b8833653776 (patch)
tree7507ba32d6361b48f90be6d6b18b61231447494e /apps/bookmark.c
parent33d9cf091a62cb217987092d03bf110c35444845 (diff)
downloadrockbox-09085a30f665a2382496bc6cddf92b8833653776.tar.gz
rockbox-09085a30f665a2382496bc6cddf92b8833653776.zip
Remove unneeded #include "backdrop.h"
Remove unneeded #include "statusbar.h" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20891 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 9f015f1156..8c3cc48391 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -42,7 +42,6 @@
42#include "plugin.h" 42#include "plugin.h"
43#include "backdrop.h" 43#include "backdrop.h"
44#include "file.h" 44#include "file.h"
45#include "statusbar.h"
46 45
47#define MAX_BOOKMARKS 10 46#define MAX_BOOKMARKS 10
48#define MAX_BOOKMARK_SIZE 350 47#define MAX_BOOKMARK_SIZE 350