| Index: include/core/SkPixelRef.h
|
| diff --git a/include/core/SkPixelRef.h b/include/core/SkPixelRef.h
|
| index eccbe4b8e69e245b437ff98dac675d558c45d64b..e1ce6d4c7f2edc14ecf01e3105a58c9cdc0c561d 100644
|
| --- a/include/core/SkPixelRef.h
|
| +++ b/include/core/SkPixelRef.h
|
| @@ -9,15 +9,15 @@
|
| #define SkPixelRef_DEFINED
|
|
|
| #include "../private/SkAtomics.h"
|
| +#include "../private/SkMutex.h"
|
| +#include "../private/SkTDArray.h"
|
| #include "SkBitmap.h"
|
| #include "SkFilterQuality.h"
|
| #include "SkImageInfo.h"
|
| -#include "../private/SkMutex.h"
|
| #include "SkPixmap.h"
|
| #include "SkRefCnt.h"
|
| #include "SkSize.h"
|
| #include "SkString.h"
|
| -#include "SkTDArray.h"
|
|
|
| class SkColorTable;
|
| class SkData;
|
|
|