Chromium Code Reviews| Index: tests/GeometryTest.cpp |
| diff --git a/tests/GeometryTest.cpp b/tests/GeometryTest.cpp |
| index 01ac4d7a72ab13839b2026f1c85298b58d4e8e8c..5151b70805efe39eb31df6443a67f052f12712de 100644 |
| --- a/tests/GeometryTest.cpp |
| +++ b/tests/GeometryTest.cpp |
| @@ -5,8 +5,8 @@ |
| * found in the LICENSE file. |
| */ |
| -#include "Test.h" |
| #include "SkGeometry.h" |
| +#include "Test.h" |
| static bool nearly_equal(const SkPoint& a, const SkPoint& b) { |
| return SkScalarNearlyEqual(a.fX, b.fX) && SkScalarNearlyEqual(a.fY, b.fY); |