Chromium Code Reviews| Index: tests/FillPathTest.cpp |
| diff --git a/tests/FillPathTest.cpp b/tests/FillPathTest.cpp |
| index 20b47cafb281cb2506b19c2d0bd64e44eb98e9f8..cc8d3296525979ce6158be256d67d8724e522314 100644 |
| --- a/tests/FillPathTest.cpp |
| +++ b/tests/FillPathTest.cpp |
| @@ -5,11 +5,11 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| -#include "SkRegion.h" |
| +#include "SkBlitter.h" |
| #include "SkPath.h" |
| +#include "SkRegion.h" |
| #include "SkScan.h" |
| -#include "SkBlitter.h" |
| +#include "Test.h" |
| struct FakeBlitter : public SkBlitter { |
| FakeBlitter() |