comparison src/video/macrom/SDL_romvideo.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
17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18 18
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22
23 #include <stdio.h>
24 #include <stdlib.h>
25 22
26 #if defined(__APPLE__) && defined(__MACH__) 23 #if defined(__APPLE__) && defined(__MACH__)
27 #include <Carbon/Carbon.h> 24 #include <Carbon/Carbon.h>
28 #if USE_QUICKTIME 25 #if USE_QUICKTIME
29 #include <QuickTime/Movies.h> 26 #include <QuickTime/Movies.h>
42 #include <Devices.h> 39 #include <Devices.h>
43 #include <DiskInit.h> 40 #include <DiskInit.h>
44 #include <QDOffscreen.h> 41 #include <QDOffscreen.h>
45 #endif 42 #endif
46 43
44 #include "SDL_stdlib.h"
45 #include "SDL_string.h"
47 #include "SDL_video.h" 46 #include "SDL_video.h"
48 #include "SDL_error.h" 47 #include "SDL_error.h"
49 #include "SDL_syswm.h" 48 #include "SDL_syswm.h"
50 #include "SDL_sysvideo.h" 49 #include "SDL_sysvideo.h"
51 #include "SDL_romvideo.h" 50 #include "SDL_romvideo.h"