summaryrefslogtreecommitdiff
path: root/src/activeobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/activeobject.h')
-rw-r--r--src/activeobject.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/activeobject.h b/src/activeobject.h
index 4796e168c..b6a0e67af 100644
--- a/src/activeobject.h
+++ b/src/activeobject.h
@@ -17,8 +17,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef ACTIVEOBJECT_HEADER
-#define ACTIVEOBJECT_HEADER
+#pragma once
#include "irr_aabb3d.h"
#include <string>
@@ -102,6 +101,3 @@ public:
protected:
u16 m_id; // 0 is invalid, "no id"
};
-
-#endif
-