summaryrefslogtreecommitdiffstats
path: root/src/object/motion/motionhuman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/motion/motionhuman.h')
-rw-r--r--src/object/motion/motionhuman.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/motion/motionhuman.h b/src/object/motion/motionhuman.h
index 44a0c4c..2cb685a 100644
--- a/src/object/motion/motionhuman.h
+++ b/src/object/motion/motionhuman.h
@@ -16,12 +16,11 @@
// motionhuman.h
-#ifndef _MOTIONHUMAN_H_
-#define _MOTIONHUMAN_H_
+#pragma once
-#include "motion.h"
-#include "misc.h"
+#include "common/misc.h"
+#include "object/motion/motion.h"
class CInstanceManager;
@@ -98,5 +97,3 @@ protected:
BOOL m_bDisplayPerso;
};
-
-#endif //_MOTIONHUMAN_H_