aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPath.h
diff options
context:
space:
mode:
authorGravatar Mike Reed <reed@google.com>2017-06-06 22:14:32 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-06-07 02:34:13 +0000
commit6c3c1d621cb2bb3d9ed6087c8d5daaf9e2dc24b0 (patch)
treeb2cc80697e316016f3c9f3c4c8f8272a6c21ada8 /include/core/SkPath.h
parent3b5a3fa8b1c11d4bd4499b040311f4c3553ebf8c (diff)
remove unneeded class declarations
Bug: skia: Change-Id: I7ca7f69e444279fe85d8aa66367194768736995f Reviewed-on: https://skia-review.googlesource.com/18964 Reviewed-by: Mike Reed <reed@google.com> Commit-Queue: Mike Reed <reed@google.com>
Diffstat (limited to 'include/core/SkPath.h')
-rw-r--r--include/core/SkPath.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 3311aae0e7..60aa44ff86 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -10,12 +10,8 @@
#include "SkMatrix.h"
#include "SkPathRef.h"
-#include "SkRefCnt.h"
-class SkReader32;
-class SkWriter32;
class SkAutoPathBoundsUpdate;
-class SkString;
class SkRRect;
class SkWStream;