Index: tests/ColorTest.cpp |
diff --git a/tests/ColorTest.cpp b/tests/ColorTest.cpp |
index 64f27850353384fec7427b75863f06307d330f92..5a6f0fbce3377ce85e46597bb6be1fccc66a5721 100644 |
--- a/tests/ColorTest.cpp |
+++ b/tests/ColorTest.cpp |
@@ -5,12 +5,12 @@ |
* found in the LICENSE file. |
*/ |
-#include "Test.h" |
#include "SkColor.h" |
#include "SkColorPriv.h" |
#include "SkMathPriv.h" |
#include "SkRandom.h" |
#include "SkUnPreMultiply.h" |
+#include "Test.h" |
#define GetPackedR16As32(packed) (SkGetPackedR16(dc) << (8 - SK_R16_BITS)) |
#define GetPackedG16As32(packed) (SkGetPackedG16(dc) << (8 - SK_G16_BITS)) |