summaryrefslogtreecommitdiff
path: root/src/mbgl/util/mat2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/mat2.hpp')
-rw-r--r--src/mbgl/util/mat2.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/util/mat2.hpp b/src/mbgl/util/mat2.hpp
index c89088950d..6a25ef0f1e 100644
--- a/src/mbgl/util/mat2.hpp
+++ b/src/mbgl/util/mat2.hpp
@@ -20,8 +20,7 @@
//
// 3. This notice may not be removed or altered from any source distribution.
-#ifndef MBGL_UTIL_MAT2
-#define MBGL_UTIL_MAT2
+#pragma once
#include <array>
@@ -37,5 +36,3 @@ void scale(mat2& out, const mat2& a, double v0, double v1);
} // namespace matrix
} // namespace mbgl
-
-#endif