aboutsummaryrefslogtreecommitdiffstats
path: root/yage/entity/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/entity/system.h')
-rw-r--r--yage/entity/system.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/entity/system.h b/yage/entity/system.h
index 0ca50009..7c67ac6f 100644
--- a/yage/entity/system.h
+++ b/yage/entity/system.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef YAGE_ENGINE_SYSTEM_H
-#define YAGE_ENGINE_SYSTEM_H
+#pragma once
#include <cstddef>
@@ -24,5 +23,3 @@ public:
};
} // namespace yage
-
-#endif