summaryrefslogtreecommitdiff
path: root/src/mbgl/util/math.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/util/math.hpp')
-rw-r--r--src/mbgl/util/math.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/util/math.hpp b/src/mbgl/util/math.hpp
index f93743f211..ef60f76ffe 100644
--- a/src/mbgl/util/math.hpp
+++ b/src/mbgl/util/math.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_UTIL_MATH
-#define MBGL_UTIL_MATH
+#pragma once
#include <cmath>
#include <array>
@@ -113,5 +112,3 @@ uint32_t ceil_log2(uint64_t x);
} // namespace util
} // namespace mbgl
-
-#endif