aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar tfarina <tfarina@chromium.org>2014-12-18 05:48:53 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2014-12-18 05:48:53 -0800
commit1348dfd5df187847e991dbf6658f493c6351e1d8 (patch)
tree4888f75170ca794a1b5d5851bb15e875ea8b9afa /tests
parent1334c21eee8c5b0b216895934e7a8e1c08c6f510 (diff)
Cleanup: Remove a bunch of SkFontHost.h includes (unused).
Nobody that is including SkFontHost is using SkFontHost API, so lets remove this includes, since the API per se is deprecated. BUG=None R=reed@google.com Review URL: https://codereview.chromium.org/803733006
Diffstat (limited to 'tests')
-rw-r--r--tests/FontHostStreamTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/FontHostStreamTest.cpp b/tests/FontHostStreamTest.cpp
index a2254fd541..18c74605bf 100644
--- a/tests/FontHostStreamTest.cpp
+++ b/tests/FontHostStreamTest.cpp
@@ -9,7 +9,6 @@
#include "SkCanvas.h"
#include "SkColor.h"
#include "SkFontDescriptor.h"
-#include "SkFontHost.h"
#include "SkGraphics.h"
#include "SkPaint.h"
#include "SkPoint.h"