aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pdf/SkPDFGraphicState.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/SkPDFGraphicState.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/SkPDFGraphicState.h')
-rw-r--r--src/pdf/SkPDFGraphicState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pdf/SkPDFGraphicState.h b/src/pdf/SkPDFGraphicState.h
index 06f1e119f0..569f9da7e6 100644
--- a/src/pdf/SkPDFGraphicState.h
+++ b/src/pdf/SkPDFGraphicState.h
@@ -9,10 +9,10 @@
#ifndef SkPDFGraphicState_DEFINED
#define SkPDFGraphicState_DEFINED
-#include "SkPaint.h"
#include "SkPDFStream.h"
#include "SkChecksum.h"
+class SkPaint;
class SkPDFCanon;
class SkPDFFormXObject;