From b9f23661f88ad1982a913ff78ed39a398b53b7e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Mon, 23 May 2016 11:49:40 +0200 Subject: [core] move RenderItem and GlyphRange to their own headers --- src/mbgl/text/glyph.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/mbgl/text/glyph.hpp') diff --git a/src/mbgl/text/glyph.hpp b/src/mbgl/text/glyph.hpp index 62949ee3fd..e4984be868 100644 --- a/src/mbgl/text/glyph.hpp +++ b/src/mbgl/text/glyph.hpp @@ -1,18 +1,16 @@ #ifndef MBGL_TEXT_GLYPH #define MBGL_TEXT_GLYPH +#include #include #include -#include #include #include #include namespace mbgl { -typedef std::pair GlyphRange; - // Note: this only works for the BMP GlyphRange getGlyphRange(char32_t glyph); -- cgit v1.2.1