summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autojostle.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autojostle.h')
-rw-r--r--src/object/auto/autojostle.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/auto/autojostle.h b/src/object/auto/autojostle.h
index 18027a0..d154ef1 100644
--- a/src/object/auto/autojostle.h
+++ b/src/object/auto/autojostle.h
@@ -16,12 +16,11 @@
// autojostle.h
-#ifndef _AUTOJOSTLE_H_
-#define _AUTOJOSTLE_H_
+#pragma once
-#include "auto.h"
-#include "misc.h"
+#include "object/auto/auto.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -56,5 +55,3 @@ protected:
Error m_error;
};
-
-#endif //_AUTOJOSTLE_H_