summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autonest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autonest.h')
-rw-r--r--src/object/auto/autonest.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/auto/autonest.h b/src/object/auto/autonest.h
index 0c6febc..1052462 100644
--- a/src/object/auto/autonest.h
+++ b/src/object/auto/autonest.h
@@ -16,12 +16,11 @@
// autonest.h
-#ifndef _AUTONEST_H_
-#define _AUTONEST_H_
+#pragma once
-#include "auto.h"
-#include "misc.h"
+#include "object/auto/auto.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -69,5 +68,3 @@ protected:
D3DVECTOR m_fretPos;
};
-
-#endif //_AUTONEST_H_