diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2002-09-12 13:51:54 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-12 13:51:54 +0000 |
| commit | d45a1dbe1f8142d9ad98ffe9a689888531dbe399 (patch) | |
| tree | a4c71d3534056f7030a067d6955102b4e057163d | |
| parent | 4cd138955db17dcf01a605153806f48dc28529a8 (diff) | |
| download | rockbox-d45a1dbe1f8142d9ad98ffe9a689888531dbe399.zip rockbox-d45a1dbe1f8142d9ad98ffe9a689888531dbe399.tar.gz rockbox-d45a1dbe1f8142d9ad98ffe9a689888531dbe399.tar.bz2 rockbox-d45a1dbe1f8142d9ad98ffe9a689888531dbe399.tar.xz | |
no longer include unicode.h, we've removed that file
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2273 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/drivers/fat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/drivers/fat.c b/firmware/drivers/fat.c index f0a2089..7bed896 100644 --- a/firmware/drivers/fat.c +++ b/firmware/drivers/fat.c @@ -27,7 +27,6 @@ #include <sys/timeb.h> #endif #include <stdbool.h> -#include <unicode.h> #include "fat.h" #include "ata.h" #include "debug.h" |