| Index: include/core/SkPathRef.h
|
| diff --git a/include/core/SkPathRef.h b/include/core/SkPathRef.h
|
| index 6d0ec627e8a145b89c94bc8909a0f1a3754ee3cd..204df5c631d9182447a7324565871551d09323fe 100644
|
| --- a/include/core/SkPathRef.h
|
| +++ b/include/core/SkPathRef.h
|
| @@ -9,12 +9,12 @@
|
| #ifndef SkPathRef_DEFINED
|
| #define SkPathRef_DEFINED
|
|
|
| +#include "../private/SkTDArray.h"
|
| #include "SkMatrix.h"
|
| #include "SkPoint.h"
|
| #include "SkRRect.h"
|
| #include "SkRect.h"
|
| #include "SkRefCnt.h"
|
| -#include "SkTDArray.h"
|
| #include <stddef.h> // ptrdiff_t
|
|
|
| class SkRBuffer;
|
|
|