diff options
Diffstat (limited to 'src/core/SkScalerContext.cpp')
-rw-r--r-- | src/core/SkScalerContext.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/core/SkScalerContext.cpp b/src/core/SkScalerContext.cpp index 4835b5297d..c06222d4d8 100644 --- a/src/core/SkScalerContext.cpp +++ b/src/core/SkScalerContext.cpp @@ -5,9 +5,8 @@ * found in the LICENSE file. */ -#include "SkScalerContext.h" -#include "SkAutoMalloc.h" +#include "SkScalerContext.h" #include "SkAutoPixmapStorage.h" #include "SkColorPriv.h" #include "SkDescriptor.h" @@ -17,13 +16,13 @@ #include "SkMaskFilter.h" #include "SkMaskGamma.h" #include "SkMatrix22.h" +#include "SkReadBuffer.h" +#include "SkWriteBuffer.h" #include "SkPathEffect.h" -#include "SkRasterClip.h" #include "SkRasterizer.h" -#include "SkReadBuffer.h" +#include "SkRasterClip.h" #include "SkStroke.h" #include "SkStrokeRec.h" -#include "SkWriteBuffer.h" #define ComputeBWRowBytes(width) (((unsigned)(width) + 7) >> 3) |