From 6d6be50ae0b0a0b233f918c3d7b9c0b623676439 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Jan 2012 21:32:51 +0000 Subject: (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files --- src/game/game_instance.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/game_instance.cpp') diff --git a/src/game/game_instance.cpp b/src/game/game_instance.cpp index 442f6e22b..5ab94d4ea 100644 --- a/src/game/game_instance.cpp +++ b/src/game/game_instance.cpp @@ -10,9 +10,7 @@ /** @file game_instance.cpp Implementation of GameInstance. */ #include "../stdafx.h" -#include "../debug.h" #include "../error.h" -#include "../saveload/saveload.h" #include "../script/squirrel_class.hpp" -- cgit v1.2.3-54-g00ecf