summaryrefslogtreecommitdiffstats
path: root/src/object/task/taskgungoal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/task/taskgungoal.h')
-rw-r--r--src/object/task/taskgungoal.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/object/task/taskgungoal.h b/src/object/task/taskgungoal.h
index 4b6cbc7..14e42b4 100644
--- a/src/object/task/taskgungoal.h
+++ b/src/object/task/taskgungoal.h
@@ -16,11 +16,10 @@
// taskgungoal.h
-#ifndef _TASKGUNGOAL_H_
-#define _TASKGUNGOAL_H_
+#pragma once
-#include "misc.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -53,5 +52,3 @@ protected:
float m_finalDirH; // direction to reach
};
-
-#endif //_TASKGUNGOAL_H_