summaryrefslogtreecommitdiff
path: root/src/mbgl/style/function_evaluator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/function_evaluator.hpp')
-rw-r--r--src/mbgl/style/function_evaluator.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/style/function_evaluator.hpp b/src/mbgl/style/function_evaluator.hpp
index 7da1c299e0..43549179df 100644
--- a/src/mbgl/style/function_evaluator.hpp
+++ b/src/mbgl/style/function_evaluator.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_STYLE_FUNCTION_EVALUATOR
-#define MBGL_STYLE_FUNCTION_EVALUATOR
+#pragma once
#include <mbgl/style/function.hpp>
#include <mbgl/util/interpolate.hpp>
@@ -41,5 +40,3 @@ struct Interpolator<Faded<T>>
}
} // namespace mbgl
-
-#endif