Index: tests/ClipperTest.cpp |
diff --git a/tests/ClipperTest.cpp b/tests/ClipperTest.cpp |
index 6f72068a6362c87d1bf62eee3d92d0a2f4f68c3c..c8f65db1978af14cda405a85ce57c05b5ec7620c 100644 |
--- a/tests/ClipperTest.cpp |
+++ b/tests/ClipperTest.cpp |
@@ -5,11 +5,11 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkCanvas.h" |
#include "SkEdgeClipper.h" |
#include "SkLineClipper.h" |
#include "SkPath.h" |
+#include "Test.h" |
static void test_hairclipping(skiatest::Reporter* reporter) { |
SkBitmap bm; |