From bf521ff9415b3bdb1acde7b8d18139df176236e5 Mon Sep 17 00:00:00 2001 From: bungeman Date: Wed, 17 Feb 2016 13:13:44 -0800 Subject: Move SkTArray to include/private. TBR=reed Agreed moving to private is good. Review URL: https://codereview.chromium.org/1702073002 --- include/pathops/SkPathOps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/pathops') 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; -- cgit v1.2.3