summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motiontoto.cpp
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-06-20 17:00:16 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-06-20 17:00:16 +0200
commitc0461add5f966b29de987cb04455c88377b5c5bb (patch)
treed6d88b325bb0e38fc522f13b63f7fb044d328c4a /src/object/motion/motiontoto.cpp
parent918f677ae8e00b46db0305d74090f25350ad8d13 (diff)
downloadcolobot-c0461add5f966b29de987cb04455c88377b5c5bb.tar.gz
colobot-c0461add5f966b29de987cb04455c88377b5c5bb.tar.bz2
colobot-c0461add5f966b29de987cb04455c88377b5c5bb.zip
Refactoring of #includes and forward declarations in object/
Diffstat (limited to 'src/object/motion/motiontoto.cpp')
-rw-r--r--src/object/motion/motiontoto.cpp18
1 files changed, 2 insertions, 16 deletions
diff --git a/src/object/motion/motiontoto.cpp b/src/object/motion/motiontoto.cpp
index 9a66362..3fa3aba 100644
--- a/src/object/motion/motiontoto.cpp
+++ b/src/object/motion/motiontoto.cpp
@@ -17,29 +17,15 @@
// motiontoto.cpp
-#include <windows.h>
#include <stdio.h>
-#include <d3d.h>
-#include "common/struct.h"
+#include "object/motion/motiontoto.h"
+
#include "math/geometry.h"
-#include "graphics/d3d/d3dengine.h"
-#include "math/old/math3d.h"
-#include "common/event.h"
-#include "common/misc.h"
-#include "common/iman.h"
-#include "graphics/common/light.h"
-#include "graphics/common/particule.h"
#include "graphics/common/terrain.h"
#include "graphics/common/water.h"
-#include "object/object.h"
-#include "physics/physics.h"
-#include "object/brain.h"
#include "common/modfile.h"
#include "object/robotmain.h"
-#include "sound/sound.h"
-#include "object/motion/motion.h"
-#include "object/motion/motiontoto.h"