summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/style.hpp')
-rw-r--r--src/mbgl/style/style.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index 6a1af4cc9c..5fdd6cdc8e 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_STYLE_STYLE
-#define MBGL_STYLE_STYLE
+#pragma once
#include <mbgl/style/render_item.hpp>
#include <mbgl/style/zoom_history.hpp>
@@ -137,5 +136,3 @@ public:
};
} // namespace mbgl
-
-#endif