summaryrefslogtreecommitdiff
path: root/src/mbgl/algorithm/update_renderables_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/algorithm/update_renderables_impl.hpp')
-rw-r--r--src/mbgl/algorithm/update_renderables_impl.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/algorithm/update_renderables_impl.hpp b/src/mbgl/algorithm/update_renderables_impl.hpp
index d7221be21c..6ec944a85f 100644
--- a/src/mbgl/algorithm/update_renderables_impl.hpp
+++ b/src/mbgl/algorithm/update_renderables_impl.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_ALGORITHM_UPDATE_RENDERABLES_IMPL
-#define MBGL_ALGORITHM_UPDATE_RENDERABLES_IMPL
+#pragma once
#include <mbgl/algorithm/update_renderables.hpp>
#include <mbgl/tile/tile_id.hpp>
@@ -89,5 +88,3 @@ std::map<UnwrappedTileID, Renderable> updateRenderables(const DataTiles& dataTil
} // namespace algorithm
} // namespace mbgl
-
-#endif