summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style_update_parameters.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/style_update_parameters.hpp')
-rw-r--r--src/mbgl/style/style_update_parameters.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/style/style_update_parameters.hpp b/src/mbgl/style/style_update_parameters.hpp
index e620f249f8..73ed500e8e 100644
--- a/src/mbgl/style/style_update_parameters.hpp
+++ b/src/mbgl/style/style_update_parameters.hpp
@@ -1,5 +1,4 @@
-#ifndef STYLE_UPDATE_PARAMETERS
-#define STYLE_UPDATE_PARAMETERS
+#pragma once
#include <mbgl/map/mode.hpp>
@@ -53,5 +52,3 @@ public:
};
}
-
-#endif