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
|
#ifdef SIMULATOR
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifndef _WIN32
|
|
||||||
#include <unistd.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
extern void tetris(void);
|
extern void tetris(void);
|
||||||
|
@ -99,4 +96,4 @@ void main (void)
|
||||||
{
|
{
|
||||||
app_main ();
|
app_main ();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -26,9 +26,6 @@
|
||||||
|
|
||||||
#ifdef SIMULATOR
|
#ifdef SIMULATOR
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#ifndef _WIN32
|
|
||||||
#include <unistd.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int start_x = 1;
|
int start_x = 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue