Mercurial > sdl-ios-xcode
diff src/cdrom/macosx/CDPlayer.h @ 752:4bb432a0f6e0
*** empty log message ***
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 10 Dec 2003 12:32:38 +0000 |
parents | 9c6717a1c66f |
children | de1b2c3063b9 |
line wrap: on
line diff
--- a/src/cdrom/macosx/CDPlayer.h Mon Nov 24 22:52:28 2003 +0000 +++ b/src/cdrom/macosx/CDPlayer.h Wed Dec 10 12:32:38 2003 +0000 @@ -23,16 +23,14 @@ #ifndef __CDPlayer__H__ #define __CDPlayer__H__ 1 +#include <string.h> + #include <CoreFoundation/CoreFoundation.h> #include <Carbon/Carbon.h> #include <AudioUnit/AudioUnit.h> -#include <AudioToolbox/AudioToolbox.h> -#include <SDL.h> - -#include <string.h> -#include <unistd.h> // for usleep +#include "SDL.h" #ifdef __cplusplus extern "C" {