| Index: Source/core/platform/graphics/FloatPoint.cpp
|
| diff --git a/Source/core/platform/graphics/FloatPoint.cpp b/Source/core/platform/graphics/FloatPoint.cpp
|
| index 7ed2f100ea4c2cf5caaad7554af739bb4eac4cbc..7dee86905201783f70474ad8a9f3d288fabe8882 100644
|
| --- a/Source/core/platform/graphics/FloatPoint.cpp
|
| +++ b/Source/core/platform/graphics/FloatPoint.cpp
|
| @@ -29,12 +29,12 @@
|
|
|
| #include <math.h>
|
| #include <limits>
|
| -#include "AffineTransform.h"
|
| #include "FloatConversion.h"
|
| -#include "TransformationMatrix.h"
|
| #include "core/platform/graphics/IntPoint.h"
|
| #include "core/platform/graphics/LayoutPoint.h"
|
| #include "core/platform/graphics/LayoutSize.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| +#include "core/platform/graphics/transforms/TransformationMatrix.h"
|
|
|
| namespace WebCore {
|
|
|
|
|