From: Alexander Monakov Date: Sat, 5 Jun 2010 21:01:04 +0000 (+0400) Subject: Remove include of non-existent file X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;ds=inline;h=b7ba5760994ef0f45f217b479a0a8503660d2d9c;p=lugaru.git Remove include of non-existent file --- 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"