summaryrefslogtreecommitdiff
path: root/src/sound
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-10-21 11:05:39 +0000
committerbjarni <bjarni@openttd.org>2007-10-21 11:05:39 +0000
commitd5874fb1863d33b5fbec5273b3c69c25e7fdb7d6 (patch)
treee330c31d40a46a7fdf2feccd83fada868bad5684 /src/sound
parent04dd59df0ef09b53813129a1a89856252d6cdd57 (diff)
downloadopenttd-d5874fb1863d33b5fbec5273b3c69c25e7fdb7d6.tar.xz
(svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/cocoa_s.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sound/cocoa_s.cpp b/src/sound/cocoa_s.cpp
index 0c1e793f9..7e2c7d034 100644
--- a/src/sound/cocoa_s.cpp
+++ b/src/sound/cocoa_s.cpp
@@ -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"