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 /firmware/drivers/fat.c | |
parent | 4cd138955db17dcf01a605153806f48dc28529a8 (diff) |
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
Diffstat (limited to 'firmware/drivers/fat.c')
-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 f0a2089367..7bed896748 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" |