comparison src/video/ataricommon/SDL_atarievents.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 * Patrice Mandin 26 * Patrice Mandin
27 * 27 *
28 * This routines choose what the final event manager will be 28 * This routines choose what the final event manager will be
29 */ 29 */
30 30
31 #include <stdlib.h>
32 #include <string.h>
33
34 #include <mint/cookie.h> 31 #include <mint/cookie.h>
35 32
36 #include "SDL.h" 33 #include "SDL.h"
34 #include "SDL_stdlib.h"
35 #include "SDL_string.h"
37 #include "SDL_sysevents.h" 36 #include "SDL_sysevents.h"
38 #include "SDL_events_c.h" 37 #include "SDL_events_c.h"
39 38
40 #include "SDL_atarievents_c.h" 39 #include "SDL_atarievents_c.h"
41 #include "SDL_biosevents_c.h" 40 #include "SDL_biosevents_c.h"