(svn r11708) -Fix [FS#1598]: Removed include of variables.h as it was no longer needed and caused compilation to fail.
authoregladil
Thu, 27 Dec 2007 14:45:10 +0000
changeset 8642 b4acd0ef9ed1
parent 8641 966d79f41865
child 8643 3955107ec162
(svn r11708) -Fix [FS#1598]: Removed include of variables.h as it was no longer needed and caused compilation to fail.
src/video/cocoa/fullscreen.mm
src/video/cocoa/wnd_quartz.mm
src/video/cocoa/wnd_quickdraw.mm
--- a/src/video/cocoa/fullscreen.mm	Thu Dec 27 14:10:47 2007 +0000
+++ b/src/video/cocoa/fullscreen.mm	Thu Dec 27 14:45:10 2007 +0000
@@ -41,7 +41,6 @@
 
 #include "../../stdafx.h"
 #include "../../debug.h"
-#include "../../variables.h"
 #include "../../core/geometry_type.hpp"
 #include "cocoa_v.h"
 #include "../../gfx_func.h"
--- a/src/video/cocoa/wnd_quartz.mm	Thu Dec 27 14:10:47 2007 +0000
+++ b/src/video/cocoa/wnd_quartz.mm	Thu Dec 27 14:45:10 2007 +0000
@@ -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"
--- a/src/video/cocoa/wnd_quickdraw.mm	Thu Dec 27 14:10:47 2007 +0000
+++ b/src/video/cocoa/wnd_quickdraw.mm	Thu Dec 27 14:45:10 2007 +0000
@@ -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"