Index: tests/RoundRectTest.cpp |
diff --git a/tests/RoundRectTest.cpp b/tests/RoundRectTest.cpp |
index 891b039838dbd0b180cfa2718087da03cffa983d..9b2eecd19c4a56e75ec15ba2a50cb2693f5fb523 100644 |
--- a/tests/RoundRectTest.cpp |
+++ b/tests/RoundRectTest.cpp |
@@ -5,9 +5,9 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkMatrix.h" |
#include "SkRRect.h" |
+#include "Test.h" |
static const SkScalar kWidth = 100.0f; |
static const SkScalar kHeight = 100.0f; |