(svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files
authorbjarni
Sun, 21 Oct 2007 11:05:39 +0000
changeset 8272 355cb9c4d086
parent 8271 393440621fb9
child 8273 9450908b51eb
(svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files
src/music/qtmidi.cpp
src/sound/cocoa_s.cpp
--- a/src/music/qtmidi.cpp	Sun Oct 21 10:53:23 2007 +0000
+++ b/src/music/qtmidi.cpp	Sun Oct 21 11:05:39 2007 +0000
@@ -27,7 +27,6 @@
 #undef   WindowClass
 
 #include "../stdafx.h"
-#include "../openttd.h"
 #include "qtmidi.h"
 
 /*
--- a/src/sound/cocoa_s.cpp	Sun Oct 21 10:53:23 2007 +0000
+++ b/src/sound/cocoa_s.cpp	Sun Oct 21 11:05:39 2007 +0000
@@ -14,21 +14,11 @@
 #define Rect        OTTDRect
 #define Point       OTTDPoint
 #define WindowClass OTTDWindowClass
-/* Defined in stdbool.h */
-#ifndef __cplusplus
-# ifndef __BEOS__
-#  undef bool
-#  undef false
-#  undef true
-# endif
-#endif
 
 #include "../stdafx.h"
-#include "../openttd.h"
 #include "../debug.h"
 #include "../driver.h"
 #include "../mixer.h"
-#include "../sdl.h"
 
 #include "cocoa_s.h"