aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/BitmapGetColorTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BitmapGetColorTest.cpp')
-rw-r--r--tests/BitmapGetColorTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/BitmapGetColorTest.cpp b/tests/BitmapGetColorTest.cpp
index 79dddbbc3b..8df8661b05 100644
--- a/tests/BitmapGetColorTest.cpp
+++ b/tests/BitmapGetColorTest.cpp
@@ -5,10 +5,10 @@
* found in the LICENSE file.
*/
-#include "Test.h"
#include "SkBitmap.h"
-#include "SkRect.h"
#include "SkRandom.h"
+#include "SkRect.h"
+#include "Test.h"
DEF_TEST(GetColor, reporter) {
static const struct Rec {