summaryrefslogtreecommitdiffstats
path: root/libs/hwui/font/CachedGlyphInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/font/CachedGlyphInfo.h')
-rw-r--r--libs/hwui/font/CachedGlyphInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/font/CachedGlyphInfo.h b/libs/hwui/font/CachedGlyphInfo.h
index 6680a00..0642d59 100644
--- a/libs/hwui/font/CachedGlyphInfo.h
+++ b/libs/hwui/font/CachedGlyphInfo.h
@@ -19,11 +19,11 @@
#include <SkFixed.h>
-#include "CacheTexture.h"
-
namespace android {
namespace uirenderer {
+class CacheTexture;
+
struct CachedGlyphInfo {
// Has the cache been invalidated?
bool mIsValid;