summaryrefslogtreecommitdiffstats
path: root/src/physics/physics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/physics/physics.h')
-rw-r--r--src/physics/physics.h8
1 files changed, 3 insertions, 5 deletions
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_