From 00dcf668659ab26b8691c64a977fdd19e9e8df09 Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Fri, 1 Feb 2019 17:06:41 -0500 Subject: [PATCH] remove legacy forward declares Bug: skia: Change-Id: Ie83cef8e47b27c3a59fe251b9c81dca7c4d15232 Reviewed-on: https://skia-review.googlesource.com/c/188820 Reviewed-by: Mike Reed Auto-Submit: Mike Reed Commit-Queue: Ravi Mistry --- include/core/SkPaint.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h index 481a5a0acd..3d6a93890c 100644 --- a/include/core/SkPaint.h +++ b/include/core/SkPaint.h @@ -35,10 +35,6 @@ class SkPathEffect; struct SkPoint; class SkShader; -// TODO: remove after updating android sites to IWYU -#include "SkFontMetrics.h" -class SkSurfaceProps; - /** \class SkPaint SkPaint controls options applied when drawing. SkPaint collects all options outside of the SkCanvas clip and SkCanvas matrix.