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/autoenergy.cpp | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) (limited to 'src/object/auto/autoenergy.cpp') diff --git a/src/object/auto/autoenergy.cpp b/src/object/auto/autoenergy.cpp index 351db83..90f19ba 100644 --- a/src/object/auto/autoenergy.cpp +++ b/src/object/auto/autoenergy.cpp @@ -15,33 +15,18 @@ // * along with this program. If not, see http://www.gnu.org/licenses/. -#include #include -#include -#include "math/const.h" -#include "math/geometry.h" -#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/autoenergy.h" + #include "common/iman.h" -#include "math/old/math3d.h" -#include "graphics/common/particule.h" -#include "graphics/common/light.h" #include "graphics/common/terrain.h" -#include "graphics/common/camera.h" -#include "object/object.h" +#include "math/geometry.h" +#include "script/cmdtoken.h" #include "ui/interface.h" -#include "ui/button.h" #include "ui/gauge.h" #include "ui/window.h" #include "ui/displaytext.h" -#include "sound/sound.h" -#include "script/cmdtoken.h" -#include "object/auto/auto.h" -#include "object/auto/autoenergy.h" -- cgit v1.2.3-1-g7c22