1
0
Fork 0
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:
Daniel Stenberg 2002-04-28 08:39:07 +00:00
parent d00a54f746
commit e15d317287
2 changed files with 1 additions and 7 deletions

View file

@ -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

View file

@ -26,9 +26,6 @@
#ifdef SIMULATOR
#include <stdio.h>
#ifndef _WIN32
#include <unistd.h>
#endif
#endif
int start_x = 1;