aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/pathops
diff options
context:
space:
mode:
authorGravatar bungeman <bungeman@google.com>2016-02-17 13:13:44 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-17 13:13:44 -0800
commitbf521ff9415b3bdb1acde7b8d18139df176236e5 (patch)
treeed1142b7cc1b6fbeb539ad975aa802bb3650f935 /include/pathops
parent82709da1221357d4d5c38aa5a39fc301129ccf7d (diff)
Move SkTArray to include/private.
TBR=reed Agreed moving to private is good. Review URL: https://codereview.chromium.org/1702073002
Diffstat (limited to 'include/pathops')
-rw-r--r--include/pathops/SkPathOps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pathops/SkPathOps.h b/include/pathops/SkPathOps.h
index 047588b635..18c7952f4a 100644
--- a/include/pathops/SkPathOps.h
+++ b/include/pathops/SkPathOps.h
@@ -7,8 +7,8 @@
#ifndef SkPathOps_DEFINED
#define SkPathOps_DEFINED
+#include "../private/SkTArray.h"
#include "SkPreConfig.h"
-#include "SkTArray.h"
#include "SkTDArray.h"
class SkPath;