aboutsummaryrefslogtreecommitdiffstats
path: root/yage/math/matrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/math/matrix.h')
-rw-r--r--yage/math/matrix.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/math/matrix.h b/yage/math/matrix.h
index ac612385..cefcd221 100644
--- a/yage/math/matrix.h
+++ b/yage/math/matrix.h
@@ -9,8 +9,7 @@
/** @file
*/
-#ifndef YAGE_MATH_MATRIX_H
-#define YAGE_MATH_MATRIX_H
+#pragma once
#include <algorithm>
#include <exception>
@@ -480,5 +479,3 @@ Matrix<M, Q, T> multiply(const Matrix<M, N, T> &m1, const Matrix<P, Q, T> &m2)
} // namespace matrix
} // namespace yage
-
-#endif