summaryrefslogtreecommitdiff
path: root/src/mbgl/algorithm/covered_by_children.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/algorithm/covered_by_children.hpp')
-rw-r--r--src/mbgl/algorithm/covered_by_children.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/algorithm/covered_by_children.hpp b/src/mbgl/algorithm/covered_by_children.hpp
index 766a67acac..ad2f1dd5dd 100644
--- a/src/mbgl/algorithm/covered_by_children.hpp
+++ b/src/mbgl/algorithm/covered_by_children.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_ALGORITHM_COVERED_BY_CHILDREN
-#define MBGL_ALGORITHM_COVERED_BY_CHILDREN
+#pragma once
#include <mbgl/tile/tile_id.hpp>
@@ -30,5 +29,3 @@ bool coveredByChildren(const UnwrappedTileID& id, const Container& container) {
} // namespace algorithm
} // namespace mbgl
-
-#endif \ No newline at end of file