comparison src/video/windx5/SDL_dx5video.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
26 /* Not yet in the mingw32 cross-compile headers */ 26 /* Not yet in the mingw32 cross-compile headers */
27 #ifndef CDS_FULLSCREEN 27 #ifndef CDS_FULLSCREEN
28 #define CDS_FULLSCREEN 4 28 #define CDS_FULLSCREEN 4
29 #endif 29 #endif
30 30
31 #include "SDL_stdlib.h"
32 #include "SDL_string.h"
31 #include "SDL_error.h" 33 #include "SDL_error.h"
32 #include "SDL_timer.h" 34 #include "SDL_timer.h"
33 #include "SDL_events.h" 35 #include "SDL_events.h"
34 #include "SDL_syswm.h" 36 #include "SDL_syswm.h"
35 #include "SDL_stdlib.h"
36 #include "SDL_string.h"
37 #include "SDL_sysvideo.h" 37 #include "SDL_sysvideo.h"
38 #include "SDL_blit.h" 38 #include "SDL_blit.h"
39 #include "SDL_pixels_c.h" 39 #include "SDL_pixels_c.h"
40 #include "SDL_dx5video.h" 40 #include "SDL_dx5video.h"
41 #include "SDL_syswm_c.h" 41 #include "SDL_syswm_c.h"