diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2009-05-09 18:09:14 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2009-05-09 18:09:14 +0000 |
commit | 09085a30f665a2382496bc6cddf92b8833653776 (patch) | |
tree | 7507ba32d6361b48f90be6d6b18b61231447494e /apps/bookmark.c | |
parent | 33d9cf091a62cb217987092d03bf110c35444845 (diff) |
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.c | 1 |
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 @@ #include "plugin.h" #include "backdrop.h" #include "file.h" -#include "statusbar.h" #define MAX_BOOKMARKS 10 #define MAX_BOOKMARK_SIZE 350 |