changeset 752:4bb432a0f6e0

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Wed, 10 Dec 2003 12:32:38 +0000
parents 6e9505e0647f
children b14fdadd8311
files src/cdrom/macosx/CDPlayer.h src/cdrom/mint/.cvsignore
diffstat 2 files changed, 9 insertions(+), 5 deletions(-) [+]
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" {
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/cdrom/mint/.cvsignore	Wed Dec 10 12:32:38 2003 +0000
@@ -0,0 +1,6 @@
+Makefile.in
+Makefile
+.libs
+*.o
+*.lo
+*.la