comparison src/video/ggi/SDL_ggievents.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 c9b51268668f
children 19418e4422cb
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
22 22
23 /* Handle the event stream, converting GGI events into SDL events */ 23 /* Handle the event stream, converting GGI events into SDL events */
24 24
25 #include <sys/types.h> 25 #include <sys/types.h>
26 #include <sys/time.h> 26 #include <sys/time.h>
27 #include <stdlib.h>
28 #include <stdio.h>
29 #include <unistd.h> 27 #include <unistd.h>
30 #include <fcntl.h> 28 #include <fcntl.h>
31 #include <termios.h> 29 #include <termios.h>
32 30
33 #include <ggi/keyboard.h> 31 #include <ggi/keyboard.h>