aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ClipperTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ClipperTest.cpp')
-rw-r--r--tests/ClipperTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ClipperTest.cpp b/tests/ClipperTest.cpp
index 6f72068a63..c8f65db197 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;