comparison src/video/xbios/SDL_xbios_sb3.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 28
29 /*--- Includes ---*/ 29 /*--- Includes ---*/
30 30
31 #include <stdlib.h> 31 #include "SDL_stdlib.h"
32
33 #include "SDL_xbios.h" 32 #include "SDL_xbios.h"
34 #include "SDL_xbios_sb3.h" 33 #include "SDL_xbios_sb3.h"
35 34
36 /*--- Defines ---*/ 35 /*--- Defines ---*/
37 36