diff options
author | bjarni <bjarni@openttd.org> | 2007-10-21 11:05:39 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2007-10-21 11:05:39 +0000 |
commit | 66135af94b3fcd84b40fe87d326ea8feaf11e027 (patch) | |
tree | e330c31d40a46a7fdf2feccd83fada868bad5684 /src | |
parent | d8fe1e3bb4865669c89f74822ec20a1cb37e0858 (diff) | |
download | openttd-66135af94b3fcd84b40fe87d326ea8feaf11e027.tar.xz |
(svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files
Diffstat (limited to 'src')
-rw-r--r-- | src/music/qtmidi.cpp | 1 | ||||
-rw-r--r-- | src/sound/cocoa_s.cpp | 10 |
2 files changed, 0 insertions, 11 deletions
diff --git a/src/music/qtmidi.cpp b/src/music/qtmidi.cpp index cad83d59e..12ec0aa03 100644 --- a/src/music/qtmidi.cpp +++ b/src/music/qtmidi.cpp @@ -27,7 +27,6 @@ #undef WindowClass #include "../stdafx.h" -#include "../openttd.h" #include "qtmidi.h" /* 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" |