aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkSurface_Raster.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/image/SkSurface_Raster.cpp')
-rw-r--r--src/image/SkSurface_Raster.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/image/SkSurface_Raster.cpp b/src/image/SkSurface_Raster.cpp
index 47e0dbed33..529bc43994 100644
--- a/src/image/SkSurface_Raster.cpp
+++ b/src/image/SkSurface_Raster.cpp
@@ -5,11 +5,11 @@
* found in the LICENSE file.
*/
-#include "SkSurface_Base.h"
-#include "SkImagePriv.h"
+#include "SkBaseDevice.h"
#include "SkCanvas.h"
-#include "SkDevice.h"
+#include "SkImagePriv.h"
#include "SkMallocPixelRef.h"
+#include "SkSurface_Base.h"
static const size_t kIgnoreRowBytesValue = (size_t)~0;