summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoderrick.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoderrick.h')
-rw-r--r--src/object/auto/autoderrick.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/auto/autoderrick.h b/src/object/auto/autoderrick.h
index 6c9293d..841831d 100644
--- a/src/object/auto/autoderrick.h
+++ b/src/object/auto/autoderrick.h
@@ -16,12 +16,11 @@
// autoderrick.h
-#ifndef _AUTODERRICK_H_
-#define _AUTODERRICK_H_
+#pragma once
-#include "object.h"
-#include "misc.h"
+#include "object/auto/auto.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -80,5 +79,3 @@ protected:
BOOL m_bSoundFall;
};
-
-#endif //_AUTODERRICK_H_