Index: src/core/SkBitmapHeap.h |
diff --git a/src/core/SkBitmapHeap.h b/src/core/SkBitmapHeap.h |
index 259d947923bf8524d253c38538d8303a0ee35172..1e1979fbf7d85f3fbdd405e12e754371dc1766f8 100644 |
--- a/src/core/SkBitmapHeap.h |
+++ b/src/core/SkBitmapHeap.h |
@@ -1,18 +1,19 @@ |
- |
/* |
* Copyright 2012 Google Inc. |
* |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
+ |
#ifndef SkBitmapHeap_DEFINED |
#define SkBitmapHeap_DEFINED |
+#include "SkAtomics.h" |
#include "SkBitmap.h" |
-#include "SkFlattenable.h" |
+#include "SkPoint.h" |
#include "SkRefCnt.h" |
#include "SkTDArray.h" |
-#include "SkAtomics.h" |
+#include "SkTypes.h" |
/** |
* SkBitmapHeapEntry provides users of SkBitmapHeap (using internal storage) with a means to... |