comparison src/audio/amigaos/SDL_ahiaudio.h @ 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 c9b51268668f
children 19418e4422cb
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
28 #ifdef __SASC 28 #ifdef __SASC
29 #include <proto/exec.h> 29 #include <proto/exec.h>
30 #else 30 #else
31 #include <inline/exec.h> 31 #include <inline/exec.h>
32 #endif 32 #endif
33 #include <stdlib.h>
34 #include <string.h>
35 33
36 #include <devices/ahi.h> 34 #include <devices/ahi.h>
37 #include "mydebug.h" 35 #include "mydebug.h"
38 #include "SDL_sysaudio.h" 36 #include "SDL_sysaudio.h"
39 37