comparison src/video/gem/SDL_gemvideo.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
25 25
26 Patrice Mandin 26 Patrice Mandin
27 and work from 27 and work from
28 Olivier Landemarre, Johan Klockars, Xavier Joubert, Claude Attard 28 Olivier Landemarre, Johan Klockars, Xavier Joubert, Claude Attard
29 */ 29 */
30
31 #include <stdio.h>
32 #include <stdlib.h>
33 #include <string.h>
34 30
35 /* Mint includes */ 31 /* Mint includes */
36 #include <gem.h> 32 #include <gem.h>
37 #include <gemx.h> 33 #include <gemx.h>
38 #include <mint/osbind.h> 34 #include <mint/osbind.h>
39 #include <mint/cookie.h> 35 #include <mint/cookie.h>
40 36
41 #include "SDL.h" 37 #include "SDL.h"
38 #include "SDL_stdlib.h"
39 #include "SDL_string.h"
42 #include "SDL_error.h" 40 #include "SDL_error.h"
43 #include "SDL_video.h" 41 #include "SDL_video.h"
44 #include "SDL_mouse.h" 42 #include "SDL_mouse.h"
45 #include "SDL_endian.h" 43 #include "SDL_endian.h"
46 #include "SDL_sysvideo.h" 44 #include "SDL_sysvideo.h"