Index: tests/DrawPathTest.cpp |
diff --git a/tests/DrawPathTest.cpp b/tests/DrawPathTest.cpp |
index ac015b61911297b8c3cfd5ad8d7f7fb951cc75b1..2cf1bc5c412c875f55a7b8e2a42c33c67518e3e7 100644 |
--- a/tests/DrawPathTest.cpp |
+++ b/tests/DrawPathTest.cpp |
@@ -5,11 +5,11 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkBitmap.h" |
#include "SkCanvas.h" |
#include "SkDashPathEffect.h" |
#include "SkSurface.h" |
+#include "Test.h" |
static SkCanvas* create(SkBitmap::Config config, int w, int h, int rb, |
void* addr = NULL) { |