Index: tests/PipeTest.cpp |
diff --git a/tests/PipeTest.cpp b/tests/PipeTest.cpp |
index 579f7365c265fca62c5bd113320b172ac2d5730f..6ab4d8eb4b827d7804f034674f4876e799364b87 100644 |
--- a/tests/PipeTest.cpp |
+++ b/tests/PipeTest.cpp |
@@ -5,13 +5,13 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SamplePipeControllers.h" |
#include "SkBitmap.h" |
#include "SkCanvas.h" |
#include "SkGPipe.h" |
#include "SkPaint.h" |
#include "SkShader.h" |
+#include "Test.h" |
// Ensures that the pipe gracefully handles drawing an invalid bitmap. |
static void testDrawingBadBitmap(SkCanvas* pipeCanvas) { |