remove legacy includes

Bug: skia:
Change-Id: Id7528ad49c977524b0d12de58b41d93690624f1c
Reviewed-on: https://skia-review.googlesource.com/c/189162
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
This commit is contained in:
Mike Reed 2019-02-04 09:36:45 -05:00 committed by Skia Commit-Bot
parent 8c14038e56
commit 88e58a7912

View File

@ -35,11 +35,6 @@ class SkPathEffect;
struct SkPoint;
class SkShader;
#ifdef SK_SUPPORT_LEGACY_INCLUDEFONTMETRICS
#include "SkFontMetrics.h"
class SkSurfaceProps;
#endif
/** \class SkPaint
SkPaint controls options applied when drawing. SkPaint collects all
options outside of the SkCanvas clip and SkCanvas matrix.