Mercurial > sdl-ios-xcode
comparison src/video/svga/SDL_svgavideo.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 /* SVGAlib based SDL video driver implementation. | 23 /* SVGAlib based SDL video driver implementation. |
24 */ | 24 */ |
25 | 25 |
26 #include <stdlib.h> | |
27 #include <stdio.h> | |
28 #include <unistd.h> | 26 #include <unistd.h> |
29 #include <sys/stat.h> | 27 #include <sys/stat.h> |
30 #include <sys/types.h> | 28 #include <sys/types.h> |
31 #include <sys/ioctl.h> | 29 #include <sys/ioctl.h> |
32 #include <fcntl.h> | 30 #include <fcntl.h> |
41 #include <vga.h> | 39 #include <vga.h> |
42 #include <vgamouse.h> | 40 #include <vgamouse.h> |
43 #include <vgakeyboard.h> | 41 #include <vgakeyboard.h> |
44 | 42 |
45 #include "SDL.h" | 43 #include "SDL.h" |
44 #include "SDL_stdlib.h" | |
45 #include "SDL_string.h" | |
46 #include "SDL_error.h" | 46 #include "SDL_error.h" |
47 #include "SDL_video.h" | 47 #include "SDL_video.h" |
48 #include "SDL_mouse.h" | 48 #include "SDL_mouse.h" |
49 #include "SDL_sysvideo.h" | 49 #include "SDL_sysvideo.h" |
50 #include "SDL_pixels_c.h" | 50 #include "SDL_pixels_c.h" |