summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/collision_box_buffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/geometry/collision_box_buffer.hpp')
-rw-r--r--src/mbgl/geometry/collision_box_buffer.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/geometry/collision_box_buffer.hpp b/src/mbgl/geometry/collision_box_buffer.hpp
index 44a0f164b8..b2756dd97a 100644
--- a/src/mbgl/geometry/collision_box_buffer.hpp
+++ b/src/mbgl/geometry/collision_box_buffer.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_GEOMETRY_COLLISIONBOX_BUFFER
-#define MBGL_GEOMETRY_COLLISIONBOX_BUFFER
+#pragma once
#include <mbgl/geometry/buffer.hpp>
#include <array>
@@ -19,5 +18,3 @@ public:
} // namespace mbgl
-
-#endif