aboutsummaryrefslogtreecommitdiffstats
path: root/yage/physics/body.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/physics/body.h')
-rw-r--r--yage/physics/body.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/physics/body.h b/yage/physics/body.h
index 62173987..8e3d5e07 100644
--- a/yage/physics/body.h
+++ b/yage/physics/body.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef YAGE_PHYSICS_BODY_H
-#define YAGE_PHYSICS_BODY_H
+#pragma once
#include <math/matrix.h>
@@ -54,5 +53,3 @@ protected:
};
} // namespace yage
-
-#endif