summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_calculation_parameters.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/style_calculation_parameters.hpp')
-rw-r--r--src/mbgl/style/style_calculation_parameters.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/style/style_calculation_parameters.hpp b/src/mbgl/style/style_calculation_parameters.hpp
index 00a578d4e7..1c50bd6128 100644
--- a/src/mbgl/style/style_calculation_parameters.hpp
+++ b/src/mbgl/style/style_calculation_parameters.hpp
@@ -1,5 +1,4 @@
-#ifndef STYLE_CALCULATION_PARAMETERS
-#define STYLE_CALCULATION_PARAMETERS
+#pragma once
#include <mbgl/style/zoom_history.hpp>
#include <mbgl/util/chrono.hpp>
@@ -27,5 +26,3 @@ public:
};
} // namespace mbgl
-
-#endif