aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFFont.h
diff options
context:
space:
mode:
authorGravatar martina.kollarova <martina.kollarova@intel.com>2016-06-29 05:12:31 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-06-29 05:12:32 -0700
commitb8d6af169bf631dcb68ba5a796436434ff78be65 (patch)
treeb1bf6776d36a567d97e8084357985720f3bad3cc /src/pdf/SkPDFFont.h
parent97660ccbd10d83a2bb1fa88c672d17132649efef (diff)
Remove unnecessary includes in src/pdf/
Use forward declaration more. BUG=None GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2110033002 Review-Url: https://codereview.chromium.org/2110033002
Diffstat (limited to 'src/pdf/SkPDFFont.h')
-rw-r--r--src/pdf/SkPDFFont.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pdf/SkPDFFont.h b/src/pdf/SkPDFFont.h
index 397cc7f2a4..79a05a8c37 100644
--- a/src/pdf/SkPDFFont.h
+++ b/src/pdf/SkPDFFont.h
@@ -15,9 +15,7 @@
#include "SkTDArray.h"
#include "SkTypeface.h"
-class SkPaint;
class SkPDFCanon;
-class SkPDFObjNumMap;
class SkPDFFont;
class SkPDFGlyphSet : SkNoncopyable {