summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autosafe.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autosafe.h')
-rw-r--r--src/object/auto/autosafe.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/auto/autosafe.h b/src/object/auto/autosafe.h
index b60472d..9cfaca0 100644
--- a/src/object/auto/autosafe.h
+++ b/src/object/auto/autosafe.h
@@ -16,12 +16,11 @@
// autosafe.h
-#ifndef _AUTOSAFE_H_
-#define _AUTOSAFE_H_
+#pragma once
-#include "auto.h"
-#include "misc.h"
+#include "object/auto/auto.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -82,5 +81,3 @@ protected:
int m_keyParti[4];
};
-
-#endif //_AUTOSAFE_H_