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