From b7ba5760994ef0f45f217b479a0a8503660d2d9c Mon Sep 17 00:00:00 2001 From: Alexander Monakov Date: Sun, 6 Jun 2010 01:01:04 +0400 Subject: [PATCH] Remove include of non-existent file --- Source/Game.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/Game.h b/Source/Game.h index 389db5a..905b303 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -40,10 +40,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "TGALoader.h" -#if PLATFORM_MACOSX -#include "Macinput.h" -#endif - #include "Terrain.h" #include "Skybox.h" #include "Skeleton.h" -- 2.39.5