diff options
author | bungeman <bungeman@google.com> | 2016-02-17 13:13:44 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-02-17 13:13:44 -0800 |
commit | bf521ff9415b3bdb1acde7b8d18139df176236e5 (patch) | |
tree | ed1142b7cc1b6fbeb539ad975aa802bb3650f935 /include/pathops | |
parent | 82709da1221357d4d5c38aa5a39fc301129ccf7d (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.h | 2 |
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; |