summaryrefslogtreecommitdiff
path: root/src/mbgl/style/render_item.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/render_item.hpp')
-rw-r--r--src/mbgl/style/render_item.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/style/render_item.hpp b/src/mbgl/style/render_item.hpp
index 6f15669654..a70c92f620 100644
--- a/src/mbgl/style/render_item.hpp
+++ b/src/mbgl/style/render_item.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_STYLE_RENDER_ITEM
-#define MBGL_STYLE_RENDER_ITEM
+#pragma once
namespace mbgl {
@@ -20,5 +19,3 @@ struct RenderItem {
};
} // namespace mbgl
-
-#endif