comparison src/cdrom/mint/SDL_syscdrom.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 b8d311d90021
children adc8ff3c9597
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
25 25
26 Patrice Mandin 26 Patrice Mandin
27 */ 27 */
28 28
29 #include <errno.h> 29 #include <errno.h>
30 #include <stdio.h>
31 #include <stdlib.h>
32 #include <string.h>
33 30
34 #include <cdromio.h> 31 #include <cdromio.h>
35 #include <metados.h> 32 #include <metados.h>
36 33
37 #include "SDL_error.h" 34 #include "SDL_error.h"