Mercurial > sdl-ios-xcode
comparison src/joystick/amigaos/SDL_sysjoystick.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 |
---|---|
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 | 22 |
23 | 23 |
24 /* This is the system specific header for the SDL joystick API */ | 24 /* This is the system specific header for the SDL joystick API */ |
25 | |
26 #include <stdio.h> /* For the definition of NULL */ | |
27 | 25 |
28 #include <libraries/lowlevel.h> | 26 #include <libraries/lowlevel.h> |
29 #if defined(__SASC) || defined(STORMC4_WOS) | 27 #if defined(__SASC) || defined(STORMC4_WOS) |
30 #include <proto/exec.h> | 28 #include <proto/exec.h> |
31 #include <proto/lowlevel.h> | 29 #include <proto/lowlevel.h> |
37 #endif | 35 #endif |
38 #include "mydebug.h" | 36 #include "mydebug.h" |
39 | 37 |
40 extern struct ExecBase *SysBase; | 38 extern struct ExecBase *SysBase; |
41 extern struct GfxBase *GfxBase; | 39 extern struct GfxBase *GfxBase; |
42 #include <stdlib.h> | 40 |
43 | 41 #include "SDL_stdlib.h" |
44 #include "SDL_error.h" | 42 #include "SDL_error.h" |
45 #include "SDL_joystick.h" | 43 #include "SDL_joystick.h" |
46 #include "SDL_sysjoystick.h" | 44 #include "SDL_sysjoystick.h" |
47 #include "SDL_joystick_c.h" | 45 #include "SDL_joystick_c.h" |
48 | 46 |