summaryrefslogtreecommitdiffstats
path: root/src/object/auto/autoenergy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/autoenergy.h')
-rw-r--r--src/object/auto/autoenergy.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/auto/autoenergy.h b/src/object/auto/autoenergy.h
index dd920fb..009bf85 100644
--- a/src/object/auto/autoenergy.h
+++ b/src/object/auto/autoenergy.h
@@ -16,12 +16,11 @@
// autoenergy.h
-#ifndef _AUTOENERGY_H_
-#define _AUTOENERGY_H_
+#pragma once
-#include "auto.h"
-#include "misc.h"
+#include "object/auto/auto.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -79,5 +78,3 @@ protected:
int m_partiSphere;
};
-
-#endif //_AUTOENERGY_H_