Index: tests/XfermodeTest.cpp |
diff --git a/tests/XfermodeTest.cpp b/tests/XfermodeTest.cpp |
index 878f40d02b082fa0ffa30abcf04023cfdf19a77b..7ac12fb089597671b4ec5c9547c6fa81ac48aa3e 100644 |
--- a/tests/XfermodeTest.cpp |
+++ b/tests/XfermodeTest.cpp |
@@ -5,9 +5,9 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkColor.h" |
#include "SkXfermode.h" |
+#include "Test.h" |
static SkPMColor bogusXfermodeProc(SkPMColor src, SkPMColor dst) { |
return 42; |