Chromium Code Reviews| Index: tests/BitmapCopyTest.cpp |
| diff --git a/tests/BitmapCopyTest.cpp b/tests/BitmapCopyTest.cpp |
| index 9e96c33a420b6df99f173699c049905e562d7919..57ac95009f79621da9501ed742b15be0b4fe5e30 100644 |
| --- a/tests/BitmapCopyTest.cpp |
| +++ b/tests/BitmapCopyTest.cpp |
| @@ -4,9 +4,9 @@ |
| * Use of this source code is governed by a BSD-style license that can be |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkBitmap.h" |
| #include "SkRect.h" |
| +#include "Test.h" |
| static const char* boolStr(bool value) { |
| return value ? "true" : "false"; |