summaryrefslogtreecommitdiff
path: root/src/video/cocoa/wnd_quickdraw.mm
diff options
context:
space:
mode:
authoregladil <egladil@openttd.org>2007-12-27 14:45:10 +0000
committeregladil <egladil@openttd.org>2007-12-27 14:45:10 +0000
commit6e1cae5256805f56bdb071a5ec5a296f45be9ce1 (patch)
tree941abba25826db5a50230b646bb263e079841024 /src/video/cocoa/wnd_quickdraw.mm
parent38f0e422ac60cf86dd3dd08812f72ee1ec06c96c (diff)
downloadopenttd-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/video/cocoa/wnd_quickdraw.mm')
-rw-r--r--src/video/cocoa/wnd_quickdraw.mm1
1 files changed, 0 insertions, 1 deletions
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"