comparison src/video/cybergfx/SDL_cgxvideo.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
22 22
23 /* 23 /*
24 * CGX based SDL video driver implementation by Gabriele Greco 24 * CGX based SDL video driver implementation by Gabriele Greco
25 * gabriele.greco@aruba.it 25 * gabriele.greco@aruba.it
26 */ 26 */
27
28 /*
29 #include <stdlib.h>
30 #include <stdio.h>
31 #include <unistd.h>
32 #include <string.h>
33 #include <sys/ioctl.h>
34 #ifdef MTRR_SUPPORT
35 #include <asm/mtrr.h>
36 #include <sys/fcntl.h>
37 #endif
38 */
39 27
40 #include "SDL.h" 28 #include "SDL.h"
41 #include "SDL_error.h" 29 #include "SDL_error.h"
42 #include "SDL_timer.h" 30 #include "SDL_timer.h"
43 #include "SDL_thread.h" 31 #include "SDL_thread.h"