From c0461add5f966b29de987cb04455c88377b5c5bb Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Wed, 20 Jun 2012 17:00:16 +0200 Subject: Refactoring of #includes and forward declarations in object/ --- src/object/auto/autonest.cpp | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'src/object/auto/autonest.cpp') diff --git a/src/object/auto/autonest.cpp b/src/object/auto/autonest.cpp index 3644318..4405377 100644 --- a/src/object/auto/autonest.cpp +++ b/src/object/auto/autonest.cpp @@ -15,24 +15,13 @@ // * along with this program. If not, see http://www.gnu.org/licenses/. -#include #include -#include -#include "common/struct.h" -#include "graphics/d3d/d3dengine.h" -#include "math/old/d3dmath.h" -#include "common/event.h" -#include "common/misc.h" +#include "object/auto/autonest.h" + #include "common/iman.h" -#include "math/old/math3d.h" -#include "graphics/common/particule.h" #include "graphics/common/terrain.h" -#include "graphics/common/camera.h" -#include "object/object.h" #include "script/cmdtoken.h" -#include "object/auto/auto.h" -#include "object/auto/autonest.h" -- cgit v1.2.3-1-g7c22