aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPath.h
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-02-18 08:53:33 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-18 08:53:33 -0800
commita7e9f05119174848c6be5028568f46eb5e85398e (patch)
treeadff0f482a29b563a23f5ab67446e65154a90785 /include/core/SkPath.h
parent3b087f4010327b304242aaf27ef3689150dfc226 (diff)
Move SkTDArray to private.
TBR=reed Moving to private is good. Review URL: https://codereview.chromium.org/1707213002
Diffstat (limited to 'include/core/SkPath.h')
-rw-r--r--include/core/SkPath.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index 6d01f8d162..f4c2abf939 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -10,7 +10,6 @@
#include "SkMatrix.h"
#include "SkPathRef.h"
-#include "SkTDArray.h"
#include "SkRefCnt.h"
class SkReader32;