summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_range.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/glyph_range.hpp')
-rw-r--r--src/mbgl/text/glyph_range.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/text/glyph_range.hpp b/src/mbgl/text/glyph_range.hpp
index 7a0c276df2..644046d7f8 100644
--- a/src/mbgl/text/glyph_range.hpp
+++ b/src/mbgl/text/glyph_range.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_TEXT_GLYPH_RANGE
-#define MBGL_TEXT_GLYPH_RANGE
+#pragma once
#include <utility>
#include <cstdint>
@@ -9,5 +8,3 @@ namespace mbgl {
typedef std::pair<uint16_t, uint16_t> GlyphRange;
} // end namespace mbgl
-
-#endif