comparison src/video/windib/SDL_dibvideo.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
33 #ifndef CDS_FULLSCREEN 33 #ifndef CDS_FULLSCREEN
34 #define CDS_FULLSCREEN 4 34 #define CDS_FULLSCREEN 4
35 #endif 35 #endif
36 36
37 #include "SDL.h" 37 #include "SDL.h"
38 #include "SDL_stdlib.h"
39 #include "SDL_string.h"
38 #include "SDL_mutex.h" 40 #include "SDL_mutex.h"
39 #include "SDL_syswm.h" 41 #include "SDL_syswm.h"
40 #include "SDL_stdlib.h"
41 #include "SDL_string.h"
42 #include "SDL_sysvideo.h" 42 #include "SDL_sysvideo.h"
43 #include "SDL_sysevents.h" 43 #include "SDL_sysevents.h"
44 #include "SDL_events_c.h" 44 #include "SDL_events_c.h"
45 #include "SDL_pixels_c.h" 45 #include "SDL_pixels_c.h"
46 #include "SDL_dibvideo.h" 46 #include "SDL_dibvideo.h"