Index: tests/DeviceLooperTest.cpp |
diff --git a/tests/DeviceLooperTest.cpp b/tests/DeviceLooperTest.cpp |
index bd1aa09d05689d7abb5ebdc8b4e8f01c8c0ca485..ab5841b1bd32b76f84505b5fc12773c0ec3f8a36 100644 |
--- a/tests/DeviceLooperTest.cpp |
+++ b/tests/DeviceLooperTest.cpp |
@@ -5,9 +5,9 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkDeviceLooper.h" |
#include "SkRasterClip.h" |
+#include "Test.h" |
static void make_bm(SkBitmap* bm, int w, int h) { |
bm->setConfig(SkBitmap::kA8_Config, w, h); |