Index: tests/AAClipTest.cpp |
diff --git a/tests/AAClipTest.cpp b/tests/AAClipTest.cpp |
index cc5c17b628708e275697f270ba792d79895a32d1..961d57ad6b1f81878550b72bc10c2d653bce25bb 100644 |
--- a/tests/AAClipTest.cpp |
+++ b/tests/AAClipTest.cpp |
@@ -5,12 +5,12 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkAAClip.h" |
#include "SkCanvas.h" |
#include "SkMask.h" |
#include "SkPath.h" |
#include "SkRandom.h" |
+#include "Test.h" |
static bool operator==(const SkMask& a, const SkMask& b) { |
if (a.fFormat != b.fFormat || a.fBounds != b.fBounds) { |