From 680af178196217bdd255d2bc851f240983144ac1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 00:18:08 +0200 Subject: Fixed include paths and CMakeLists.txt Additionally, changed #ifndef to #pragma once everywhere --- src/object/task/taskshield.cpp | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) (limited to 'src/object/task/taskshield.cpp') diff --git a/src/object/task/taskshield.cpp b/src/object/task/taskshield.cpp index 9269c4b..03cc571 100644 --- a/src/object/task/taskshield.cpp +++ b/src/object/task/taskshield.cpp @@ -23,21 +23,22 @@ #include #include -#include "struct.h" -#include "math3d.h" -#include "event.h" -#include "misc.h" -#include "iman.h" -#include "particule.h" -#include "terrain.h" -#include "object.h" -#include "physics.h" -#include "brain.h" -#include "camera.h" -#include "light.h" -#include "sound.h" -#include "task.h" -#include "taskshield.h" +#include "math/const.h" +#include "common/struct.h" +#include "math/old/math3d.h" +#include "common/event.h" +#include "common/misc.h" +#include "common/iman.h" +#include "graphics/common/particule.h" +#include "graphics/common/terrain.h" +#include "object/object.h" +#include "physics/physics.h" +#include "object/brain.h" +#include "graphics/common/camera.h" +#include "graphics/common/light.h" +#include "sound/sound.h" +#include "object/task/task.h" +#include "object/task/taskshield.h" #define ENERGY_TIME 20.0f // maximum duration if full battery -- cgit v1.2.3-1-g7c22