Mercurial > sdl-ios-xcode
comparison src/video/ggi/SDL_ggivideo.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 | c71e05b4dc2e |
comparison
equal
deleted
inserted
replaced
1337:c687f06c7473 | 1338:604d73db6802 |
---|---|
21 */ | 21 */ |
22 | 22 |
23 /* GGI-based SDL video driver implementation. | 23 /* GGI-based SDL video driver implementation. |
24 */ | 24 */ |
25 | 25 |
26 #include <stdlib.h> | |
27 #include <stdio.h> | |
28 #include <fcntl.h> | 26 #include <fcntl.h> |
29 #include <unistd.h> | 27 #include <unistd.h> |
30 #include <sys/mman.h> | 28 #include <sys/mman.h> |
31 | 29 |
32 #include <ggi/ggi.h> | 30 #include <ggi/ggi.h> |
33 #include <ggi/gii.h> | 31 #include <ggi/gii.h> |
34 | 32 |
35 #include "SDL.h" | 33 #include "SDL.h" |
34 #include "SDL_stdlib.h" | |
35 #include "SDL_string.h" | |
36 #include "SDL_error.h" | 36 #include "SDL_error.h" |
37 #include "SDL_video.h" | 37 #include "SDL_video.h" |
38 #include "SDL_mouse.h" | 38 #include "SDL_mouse.h" |
39 #include "SDL_sysvideo.h" | 39 #include "SDL_sysvideo.h" |
40 #include "SDL_pixels_c.h" | 40 #include "SDL_pixels_c.h" |