comparison src/video/riscos/SDL_riscosvideo.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
27 Implements RISC OS display device management. 27 Implements RISC OS display device management.
28 Routines for full screen and wimp modes are split 28 Routines for full screen and wimp modes are split
29 into other source files. 29 into other source files.
30 */ 30 */
31 31
32 #include <stdio.h>
33 #include <stdlib.h>
34 #include <string.h>
35
36 #include "SDL.h" 32 #include "SDL.h"
33 #include "SDL_stdlib.h"
34 #include "SDL_string.h"
37 #include "SDL_syswm.h" 35 #include "SDL_syswm.h"
38 #include "SDL_error.h" 36 #include "SDL_error.h"
39 #include "SDL_video.h" 37 #include "SDL_video.h"
40 #include "SDL_mouse.h" 38 #include "SDL_mouse.h"
41 #include "SDL_sysvideo.h" 39 #include "SDL_sysvideo.h"