Mercurial > sdl-ios-xcode
comparison src/video/xbios/SDL_xbios.c @ 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 | 3692456e7b0f |
children | adc8ff3c9597 |
comparison
equal
deleted
inserted
replaced
1337:c687f06c7473 | 1338:604d73db6802 |
---|---|
24 * Xbios SDL video driver | 24 * Xbios SDL video driver |
25 * | 25 * |
26 * Patrice Mandin | 26 * Patrice Mandin |
27 */ | 27 */ |
28 | 28 |
29 #include <stdio.h> | |
30 #include <stdlib.h> | |
31 #include <string.h> | |
32 #include <sys/stat.h> | 29 #include <sys/stat.h> |
33 #include <unistd.h> | 30 #include <unistd.h> |
34 | 31 |
35 /* Mint includes */ | 32 /* Mint includes */ |
36 #include <mint/cookie.h> | 33 #include <mint/cookie.h> |
37 #include <mint/osbind.h> | 34 #include <mint/osbind.h> |
38 #include <mint/falcon.h> | 35 #include <mint/falcon.h> |
39 | 36 |
40 #include "SDL.h" | 37 #include "SDL.h" |
38 #include "SDL_stdlib.h" | |
39 #include "SDL_string.h" | |
41 #include "SDL_error.h" | 40 #include "SDL_error.h" |
42 #include "SDL_video.h" | 41 #include "SDL_video.h" |
43 #include "SDL_mouse.h" | 42 #include "SDL_mouse.h" |
44 #include "SDL_sysvideo.h" | 43 #include "SDL_sysvideo.h" |
45 #include "SDL_pixels_c.h" | 44 #include "SDL_pixels_c.h" |