summaryrefslogtreecommitdiff
path: root/src/mbgl/style/function.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/function.hpp')
-rw-r--r--src/mbgl/style/function.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/style/function.hpp b/src/mbgl/style/function.hpp
index c5de6b5db7..a04fc8bb4f 100644
--- a/src/mbgl/style/function.hpp
+++ b/src/mbgl/style/function.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_STYLE_FUNCTION
-#define MBGL_STYLE_FUNCTION
+#pragma once
#include <vector>
#include <utility>
@@ -27,5 +26,3 @@ private:
};
} // namespace mbgl
-
-#endif