summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoportico.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoportico.h')
-rw-r--r--src/object/auto/autoportico.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/auto/autoportico.h b/src/object/auto/autoportico.h
index 7ed2e70..3a5e99b 100644
--- a/src/object/auto/autoportico.h
+++ b/src/object/auto/autoportico.h
@@ -16,12 +16,11 @@
// autoportico.h
-#ifndef _AUTOPORTICO_H_
-#define _AUTOPORTICO_H_
+#pragma once
-#include "auto.h"
-#include "misc.h"
+#include "object/auto/auto.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -77,5 +76,3 @@ protected:
int m_soundChannel;
};
-
-#endif //_AUTOPORTICO_H_