summaryrefslogtreecommitdiff
path: root/src/mbgl/geometry/feature_index.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/geometry/feature_index.hpp')
-rw-r--r--src/mbgl/geometry/feature_index.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/geometry/feature_index.hpp b/src/mbgl/geometry/feature_index.hpp
index a0afbb885a..0dcc154f02 100644
--- a/src/mbgl/geometry/feature_index.hpp
+++ b/src/mbgl/geometry/feature_index.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_GEOMETRY_FEATURE_INDEX
-#define MBGL_GEOMETRY_FEATURE_INDEX
+#pragma once
#include <mbgl/tile/geometry_tile.hpp>
#include <mbgl/util/grid_index.hpp>
@@ -72,5 +71,3 @@ private:
std::unordered_map<std::string, std::vector<std::string>> bucketLayerIDs;
};
}
-
-#endif