aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBitmapHeap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/SkBitmapHeap.h')
-rw-r--r--src/core/SkBitmapHeap.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/SkBitmapHeap.h b/src/core/SkBitmapHeap.h
index 259d947923..1e1979fbf7 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...