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/physics/physics.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/physics/physics.h') diff --git a/src/physics/physics.h b/src/physics/physics.h index 72f0c20..aa14a71 100644 --- a/src/physics/physics.h +++ b/src/physics/physics.h @@ -16,12 +16,11 @@ // physics.h -#ifndef _PHYSICS_H_ -#define _PHYSICS_H_ +#pragma once -#include "d3dengine.h" -#include "misc.h" +#include "graphics/d3d/d3dengine.h" +#include "common/misc.h" class CInstanceManager; @@ -245,4 +244,3 @@ protected: }; -#endif //_PHYSICS_H_ -- cgit v1.2.3-1-g7c22