| Index: src/core/SkBitmapHeap.h
|
| diff --git a/src/core/SkBitmapHeap.h b/src/core/SkBitmapHeap.h
|
| index 1e1979fbf7d85f3fbdd405e12e754371dc1766f8..259d947923bf8524d253c38538d8303a0ee35172 100644
|
| --- a/src/core/SkBitmapHeap.h
|
| +++ b/src/core/SkBitmapHeap.h
|
| @@ -1,19 +1,18 @@
|
| +
|
| /*
|
| * 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 "SkPoint.h"
|
| +#include "SkFlattenable.h"
|
| #include "SkRefCnt.h"
|
| #include "SkTDArray.h"
|
| -#include "SkTypes.h"
|
| +#include "SkAtomics.h"
|
|
|
| /**
|
| * SkBitmapHeapEntry provides users of SkBitmapHeap (using internal storage) with a means to...
|
|
|