summaryrefslogtreecommitdiff
path: root/src/mbgl/style/class_dictionary.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/class_dictionary.hpp')
-rw-r--r--src/mbgl/style/class_dictionary.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/style/class_dictionary.hpp b/src/mbgl/style/class_dictionary.hpp
index 8a06a77c7a..703e27b438 100644
--- a/src/mbgl/style/class_dictionary.hpp
+++ b/src/mbgl/style/class_dictionary.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_STYLE_CLASS_DICTIONARY
-#define MBGL_STYLE_CLASS_DICTIONARY
+#pragma once
#include <cstdint>
#include <string>
@@ -33,5 +32,3 @@ private:
};
} // namespace mbgl
-
-#endif