We don't need time unless we're writing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1085 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ec048f6024
commit
258919cc55
1 changed files with 2 additions and 0 deletions
|
@ -22,8 +22,10 @@
|
|||
#include <math.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#ifdef DISK_WRITE
|
||||
#include <time.h>
|
||||
#include <sys/timeb.h>
|
||||
#endif
|
||||
#include <stdbool.h>
|
||||
#include "fat.h"
|
||||
#include "ata.h"
|
||||
|
|
Loading…
Reference in a new issue