forked from len0rd/rockbox
removed unistd.h completely
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@292 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d00a54f746
commit
e15d317287
2 changed files with 1 additions and 7 deletions
|
@ -26,9 +26,6 @@
|
|||
|
||||
#ifdef SIMULATOR
|
||||
#include <stdio.h>
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
extern void tetris(void);
|
||||
|
@ -99,4 +96,4 @@ void main (void)
|
|||
{
|
||||
app_main ();
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
@ -26,9 +26,6 @@
|
|||
|
||||
#ifdef SIMULATOR
|
||||
#include <stdio.h>
|
||||
#ifndef _WIN32
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
int start_x = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue