summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_store.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/glyph_store.hpp')
-rw-r--r--src/mbgl/text/glyph_store.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mbgl/text/glyph_store.hpp b/src/mbgl/text/glyph_store.hpp
index 240da58b6e..d614a4947f 100644
--- a/src/mbgl/text/glyph_store.hpp
+++ b/src/mbgl/text/glyph_store.hpp
@@ -1,5 +1,4 @@
-#ifndef MBGL_TEXT_GLYPH_STORE
-#define MBGL_TEXT_GLYPH_STORE
+#pragma once
#include <mbgl/text/glyph.hpp>
#include <mbgl/text/glyph_set.hpp>
@@ -65,5 +64,3 @@ private:
};
} // namespace mbgl
-
-#endif