Index: src/core/SkBBoxHierarchy.h |
diff --git a/src/core/SkBBoxHierarchy.h b/src/core/SkBBoxHierarchy.h |
index 69fb4fd9822b1a56a927685d3634074ab29b35a3..18a5a7343a99c2dc3ca5ec4fdd882dca935e2f49 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; |
}; |