comparison src/audio/dc/SDL_dcaudio.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
21 21
22 */ 22 */
23 23
24 /* Output dreamcast aica */ 24 /* Output dreamcast aica */
25 25
26 #include <stdlib.h>
27 #include <stdio.h>
28 #include <string.h>
29 #include <errno.h>
30 #include <unistd.h> 26 #include <unistd.h>
31 #include <sys/stat.h> 27 #include <sys/stat.h>
32 #include <sys/types.h> 28 #include <sys/types.h>
33 #include <sys/stat.h> 29 #include <sys/stat.h>
34 #include <fcntl.h> 30 #include <fcntl.h>
35 31
36 32
33 #include "SDL_stdlib.h"
34 #include "SDL_string.h"
37 #include "SDL_audio.h" 35 #include "SDL_audio.h"
38 #include "SDL_error.h" 36 #include "SDL_error.h"
39 #include "SDL_audiomem.h" 37 #include "SDL_audiomem.h"
40 #include "SDL_audio_c.h" 38 #include "SDL_audio_c.h"
41 #include "SDL_timer.h" 39 #include "SDL_timer.h"