Mercurial > sdl-ios-xcode
comparison src/main/beos/SDL_BeApp.cc @ 1338:604d73db6802
Removed uses of stdlib.h and string.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 07 Feb 2006 09:29:18 +0000 |
parents | c9b51268668f |
children | 376665398b25 |
comparison
equal
deleted
inserted
replaced
1337:c687f06c7473 | 1338:604d73db6802 |
---|---|
23 /* Handle the BeApp specific portions of the application */ | 23 /* Handle the BeApp specific portions of the application */ |
24 | 24 |
25 #include <AppKit.h> | 25 #include <AppKit.h> |
26 #include <storage/Path.h> | 26 #include <storage/Path.h> |
27 #include <storage/Entry.h> | 27 #include <storage/Entry.h> |
28 #include <stdlib.h> | |
29 #include <string.h> | |
30 #include <unistd.h> | 28 #include <unistd.h> |
31 | 29 |
32 #include "SDL_BeApp.h" | 30 #include "SDL_BeApp.h" |
33 #include "SDL_thread.h" | 31 #include "SDL_thread.h" |
34 #include "SDL_timer.h" | 32 #include "SDL_timer.h" |