comparison src/video/nanox/SDL_nxwm.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 b8d311d90021
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
21 slouken@libsdl.org 21 slouken@libsdl.org
22 22
23 Hsieh-Fu Tsai 23 Hsieh-Fu Tsai
24 clare@setabox.com 24 clare@setabox.com
25 */ 25 */
26
27 #include <stdlib.h>
28 26
29 #include "SDL_syswm.h" 27 #include "SDL_syswm.h"
30 #include "SDL_error.h" 28 #include "SDL_error.h"
31 #include "SDL_events_c.h" 29 #include "SDL_events_c.h"
32 30