diff options
author | egladil <egladil@openttd.org> | 2007-12-27 14:45:10 +0000 |
---|---|---|
committer | egladil <egladil@openttd.org> | 2007-12-27 14:45:10 +0000 |
commit | 6e1cae5256805f56bdb071a5ec5a296f45be9ce1 (patch) | |
tree | 941abba25826db5a50230b646bb263e079841024 /src | |
parent | 38f0e422ac60cf86dd3dd08812f72ee1ec06c96c (diff) | |
download | openttd-6e1cae5256805f56bdb071a5ec5a296f45be9ce1.tar.xz |
(svn r11708) -Fix [FS#1598]: Removed include of variables.h as it was no longer needed and caused compilation to fail.
Diffstat (limited to 'src')
-rw-r--r-- | src/video/cocoa/fullscreen.mm | 1 | ||||
-rw-r--r-- | src/video/cocoa/wnd_quartz.mm | 1 | ||||
-rw-r--r-- | src/video/cocoa/wnd_quickdraw.mm | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/video/cocoa/fullscreen.mm b/src/video/cocoa/fullscreen.mm index 4eb404a16..d03a0bf82 100644 --- a/src/video/cocoa/fullscreen.mm +++ b/src/video/cocoa/fullscreen.mm @@ -41,7 +41,6 @@ extern "C" void HideMenuBar(); #include "../../stdafx.h" #include "../../debug.h" -#include "../../variables.h" #include "../../core/geometry_type.hpp" #include "cocoa_v.h" #include "../../gfx_func.h" diff --git a/src/video/cocoa/wnd_quartz.mm b/src/video/cocoa/wnd_quartz.mm index b6e7ddba0..774dcdb35 100644 --- a/src/video/cocoa/wnd_quartz.mm +++ b/src/video/cocoa/wnd_quartz.mm @@ -39,7 +39,6 @@ #include "../../stdafx.h" #include "../../debug.h" -#include "../../variables.h" #include "../../core/geometry_type.hpp" #include "cocoa_v.h" #include "../../core/math_func.hpp" diff --git a/src/video/cocoa/wnd_quickdraw.mm b/src/video/cocoa/wnd_quickdraw.mm index 8458c8088..a331398d0 100644 --- a/src/video/cocoa/wnd_quickdraw.mm +++ b/src/video/cocoa/wnd_quickdraw.mm @@ -39,7 +39,6 @@ #include "../../stdafx.h" #include "../../debug.h" -#include "../../variables.h" #include "../../core/geometry_type.hpp" #include "cocoa_v.h" #include "../../core/math_func.hpp" |