summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autostation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autostation.h')
-rw-r--r--src/object/auto/autostation.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/auto/autostation.h b/src/object/auto/autostation.h
index d783cc9..40ad57b 100644
--- a/src/object/auto/autostation.h
+++ b/src/object/auto/autostation.h
@@ -16,12 +16,11 @@
// autostation.h
-#ifndef _AUTOSTATION_H_
-#define _AUTOSTATION_H_
+#pragma once
-#include "auto.h"
-#include "misc.h"
+#include "object/auto/auto.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -64,5 +63,3 @@ protected:
float m_energyVirus;
};
-
-#endif //_AUTOSTATION_H_