mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-19 18:35:48 +01:00
(svn r11326) -Cleanup: [OSX] removed now unneeded includes and unreached conditional defines from some OSX specific files
This commit is contained in:
parent
04dd59df0e
commit
d5874fb186
@ -27,7 +27,6 @@
|
|||||||
#undef WindowClass
|
#undef WindowClass
|
||||||
|
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
#include "../openttd.h"
|
|
||||||
#include "qtmidi.h"
|
#include "qtmidi.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -14,21 +14,11 @@
|
|||||||
#define Rect OTTDRect
|
#define Rect OTTDRect
|
||||||
#define Point OTTDPoint
|
#define Point OTTDPoint
|
||||||
#define WindowClass OTTDWindowClass
|
#define WindowClass OTTDWindowClass
|
||||||
/* Defined in stdbool.h */
|
|
||||||
#ifndef __cplusplus
|
|
||||||
# ifndef __BEOS__
|
|
||||||
# undef bool
|
|
||||||
# undef false
|
|
||||||
# undef true
|
|
||||||
# endif
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "../stdafx.h"
|
#include "../stdafx.h"
|
||||||
#include "../openttd.h"
|
|
||||||
#include "../debug.h"
|
#include "../debug.h"
|
||||||
#include "../driver.h"
|
#include "../driver.h"
|
||||||
#include "../mixer.h"
|
#include "../mixer.h"
|
||||||
#include "../sdl.h"
|
|
||||||
|
|
||||||
#include "cocoa_s.h"
|
#include "cocoa_s.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user