summaryrefslogtreecommitdiff
path: root/bootloader
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2007-07-28 08:45:57 +0000
committerMichael Sevakis <jethead71@rockbox.org>2007-07-28 08:45:57 +0000
commit5832b59c85bcde67a2b0f5dea6fdac08d8c78cc3 (patch)
treeb7fef388a302887d13d76fb31ff83064a313e394 /bootloader
parent58fc279d2674b5d56fed6772f82cdf1e431088f1 (diff)
downloadrockbox-5832b59c85bcde67a2b0f5dea6fdac08d8c78cc3.tar.gz
rockbox-5832b59c85bcde67a2b0f5dea6fdac08d8c78cc3.zip
Fix warnings and errors. Remove some added stuff that wasn't needed afterall.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14036 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader')
-rw-r--r--bootloader/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootloader/main.c b/bootloader/main.c
index ac9a7ad2ba..d78b4adc69 100644
--- a/bootloader/main.c
+++ b/bootloader/main.c
@@ -26,6 +26,7 @@
26#include "system.h" 26#include "system.h"
27#include "lcd.h" 27#include "lcd.h"
28#include "lcd-remote.h" 28#include "lcd-remote.h"
29#include "scroll_engine.h"
29#include "kernel.h" 30#include "kernel.h"
30#include "thread.h" 31#include "thread.h"
31#include "ata.h" 32#include "ata.h"