| Index: src/core/SkBBoxHierarchy.h
|
| diff --git a/src/core/SkBBoxHierarchy.h b/src/core/SkBBoxHierarchy.h
|
| index 795406f61b2c9cd8a8f240edea43424e092d0810..63e62c2a4bd5009c224b901e36b295627772f274 100644
|
| --- a/src/core/SkBBoxHierarchy.h
|
| +++ b/src/core/SkBBoxHierarchy.h
|
| @@ -11,7 +11,6 @@
|
| #include "SkRect.h"
|
| #include "SkRefCnt.h"
|
| #include "SkTDArray.h"
|
| -#include "SkTemplates.h"
|
|
|
| /**
|
| * Interface for a spatial data structure that stores axis-aligned bounding
|
| @@ -37,7 +36,6 @@ public:
|
| // Get the root bound.
|
| virtual SkRect getRootBound() const = 0;
|
|
|
| -
|
| private:
|
| typedef SkRefCnt INHERITED;
|
| };
|
|
|