Index: tests/FlatDataTest.cpp |
diff --git a/tests/FlatDataTest.cpp b/tests/FlatDataTest.cpp |
index 54427f411667fc95a7208ee20de904b9fb2e1c3d..1f0e12a34ff509f9011963adfc2ad4060d17fd46 100644 |
--- a/tests/FlatDataTest.cpp |
+++ b/tests/FlatDataTest.cpp |
@@ -5,7 +5,6 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkBitmap.h" |
#include "SkCanvas.h" |
#include "SkColor.h" |
@@ -15,6 +14,7 @@ |
#include "SkPictureFlat.h" |
#include "SkShader.h" |
#include "SkXfermode.h" |
+#include "Test.h" |
struct SkFlattenableTraits { |
static void flatten(SkOrderedWriteBuffer& buffer, const SkFlattenable& flattenable) { |