summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autopara.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autopara.h')
-rw-r--r--src/object/auto/autopara.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/auto/autopara.h b/src/object/auto/autopara.h
index 9a7c0c4..813d5d5 100644
--- a/src/object/auto/autopara.h
+++ b/src/object/auto/autopara.h
@@ -16,12 +16,11 @@
// autopara.h
-#ifndef _AUTOPARA_H_
-#define _AUTOPARA_H_
+#pragma once
-#include "auto.h"
-#include "misc.h"
+#include "object/auto/auto.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -73,5 +72,3 @@ protected:
int m_channelSound;
};
-
-#endif //_AUTOPARA_H_