summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2008-04-28 16:28:21 +0000
committerBertrik Sikken <bertrik@sikken.nl>2008-04-28 16:28:21 +0000
commitef1ce4336f5838dce794312ca8e64535bb829c14 (patch)
tree5de08361b70861893c3cc17ac01b220c4f4d2ad1 /apps
parent2843469876a543a1a5beaa27b9d4ae8ab0e201d0 (diff)
downloadrockbox-ef1ce4336f5838dce794312ca8e64535bb829c14.tar.gz
rockbox-ef1ce4336f5838dce794312ca8e64535bb829c14.zip
Cleaned up header files in bookmark.c
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17281 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/bookmark.c17
1 files changed, 4 insertions, 13 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index b371431259..2ce03a2d3d 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -21,36 +21,27 @@
#include <string.h>
#include <stdbool.h>
-#include "applimits.h"
-#include "lcd.h"
+#include "config.h"
#include "action.h"
-#include "usb.h"
#include "audio.h"
#include "playlist.h"
#include "settings.h"
#include "tree.h"
#include "bookmark.h"
-#include "dir.h"
-#include "status.h"
#include "system.h"
-#include "errno.h"
#include "icons.h"
-#include "string.h"
#include "menu.h"
#include "lang.h"
-#include "screens.h"
-#include "status.h"
-#include "debug.h"
-#include "kernel.h"
-#include "sprintf.h"
#include "talk.h"
#include "misc.h"
-#include "abrepeat.h"
#include "splash.h"
#include "yesno.h"
#include "list.h"
#include "plugin.h"
#include "backdrop.h"
+#include "file.h"
+#include "statusbar.h"
+#include "textarea.h"
#define MAX_BOOKMARKS 10
#define MAX_BOOKMARK_SIZE 350