summaryrefslogtreecommitdiffstats
path: root/src/object/auto/automush.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/auto/automush.h')
-rw-r--r--src/object/auto/automush.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/object/auto/automush.h b/src/object/auto/automush.h
index 81314ee..5b5ea30 100644
--- a/src/object/auto/automush.h
+++ b/src/object/auto/automush.h
@@ -16,12 +16,11 @@
// automush.h
-#ifndef _AUTOMUSH_H_
-#define _AUTOMUSH_H_
+#pragma once
-#include "auto.h"
-#include "misc.h"
+#include "object/auto/auto.h"
+#include "common/misc.h"
class CInstanceManager;
@@ -69,5 +68,3 @@ protected:
float m_lastParticule;
};
-
-#endif //_AUTOMUSH_H_