comparison src/video/windx5/SDL_dx5events.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 40d0975c1769
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
22 22
23 /* CAUTION!!!! If you modify this file, check ../windib/SDL_sysevents.c */ 23 /* CAUTION!!!! If you modify this file, check ../windib/SDL_sysevents.c */
24 24
25 #include "directx.h" 25 #include "directx.h"
26 26
27 #include "SDL_stdlib.h"
28 #include "SDL_string.h"
27 #include "SDL_events.h" 29 #include "SDL_events.h"
28 #include "SDL_video.h" 30 #include "SDL_video.h"
29 #include "SDL_error.h" 31 #include "SDL_error.h"
30 #include "SDL_syswm.h" 32 #include "SDL_syswm.h"
31 #include "SDL_stdlib.h"
32 #include "SDL_string.h"
33 #include "SDL_sysevents.h" 33 #include "SDL_sysevents.h"
34 #include "SDL_events_c.h" 34 #include "SDL_events_c.h"
35 #include "SDL_lowvideo.h" 35 #include "SDL_lowvideo.h"
36 #include "SDL_dx5video.h" 36 #include "SDL_dx5video.h"
37 37