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/graphics/common/terrain.cpp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/graphics/common/terrain.cpp') diff --git a/src/graphics/common/terrain.cpp b/src/graphics/common/terrain.cpp index 31b1cc9..91c4c3d 100644 --- a/src/graphics/common/terrain.cpp +++ b/src/graphics/common/terrain.cpp @@ -23,18 +23,18 @@ #include #include -#include "struct.h" -#include "d3dengine.h" -#include "d3dmath.h" -#include "d3dutil.h" -#include "language.h" -#include "event.h" -#include "misc.h" -#include "iman.h" -#include "math3d.h" -#include "modfile.h" -#include "water.h" -#include "terrain.h" +#include "common/struct.h" +#include "graphics/d3d/d3dengine.h" +#include "math/old/d3dmath.h" +#include "graphics/d3d/d3dutil.h" +#include "common/language.h" +#include "common/event.h" +#include "common/misc.h" +#include "common/iman.h" +#include "math/old/math3d.h" +#include "common/modfile.h" +#include "graphics/common/water.h" +#include "graphics/common/terrain.h" #define BMPHEAD 1078 -- cgit v1.2.3-1-g7c22