summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoflag.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoflag.h')
-rw-r--r--src/object/auto/autoflag.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/auto/autoflag.h b/src/object/auto/autoflag.h
index 4ef0fe4..654f7a2 100644
--- a/src/object/auto/autoflag.h
+++ b/src/object/auto/autoflag.h
@@ -16,12 +16,11 @@
// autoflag.h
-#ifndef _AUTOFLAG_H_
-#define _AUTOFLAG_H_
+#pragma once
-#include "auto.h"
-#include "misc.h"
+#include "object/auto/auto.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -54,5 +53,3 @@ protected:
float m_progress;
};
-
-#endif //_AUTOFLAG_H_