summaryrefslogtreecommitdiff
path: root/include/mbgl/util/default_styles.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/mbgl/util/default_styles.hpp')
-rw-r--r--include/mbgl/util/default_styles.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/mbgl/util/default_styles.hpp b/include/mbgl/util/default_styles.hpp
index 05015ab4c9..eb7e034722 100644
--- a/include/mbgl/util/default_styles.hpp
+++ b/include/mbgl/util/default_styles.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_PLATFORM_DEFAULT_STYLES
-#define MBGL_PLATFORM_DEFAULT_STYLES
+#pragma once
#include <vector>
#include <string>
@@ -30,5 +29,3 @@ static const unsigned currentVersion = 9;
} // end namespace default_styles
} // end namespace util
} // end namespace mbgl
-
-#endif