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
commit66135af94b3fcd84b40fe87d326ea8feaf11e027 (patch)
treee330c31d40a46a7fdf2feccd83fada868bad5684 /src/sound
parentd8fe1e3bb4865669c89f74822ec20a1cb37e0858 (diff)
downloadopenttd-66135af94b3fcd84b40fe87d326ea8feaf11e027.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"