diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2007-03-02 13:58:00 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2007-03-02 13:58:00 +0000 |
commit | 485561594459d9645cd1a733d7b5eb15e1c19d05 (patch) | |
tree | 0aa362ff70922ec357982a6479f62a1a18167d12 /bootloader | |
parent | 8448d3b6be5756a2141bc77474bc0de0225248b9 (diff) | |
download | rockbox-485561594459d9645cd1a733d7b5eb15e1c19d05.tar.gz rockbox-485561594459d9645cd1a733d7b5eb15e1c19d05.zip |
Kill a few warnings
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12548 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'bootloader')
-rw-r--r-- | bootloader/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bootloader/main.c b/bootloader/main.c index a9411a766d..1117b649d0 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -41,8 +41,7 @@ #include "file.h" #include "uda1380.h" #include "eeprom_settings.h" - -#include "pcf50606.h" +#include "rbunicode.h" #include "common.h" #include <stdarg.h> |