| Index: Source/core/svg/SVGFitToViewBox.cpp
|
| diff --git a/Source/core/svg/SVGFitToViewBox.cpp b/Source/core/svg/SVGFitToViewBox.cpp
|
| index 55a5fdffc93fae3afce0f860d8e001398b67d679..87602adef034b57e6cf0aebb2b052d5d0c118e98 100644
|
| --- a/Source/core/svg/SVGFitToViewBox.cpp
|
| +++ b/Source/core/svg/SVGFitToViewBox.cpp
|
| @@ -23,7 +23,6 @@
|
| #if ENABLE(SVG)
|
| #include "SVGFitToViewBox.h"
|
|
|
| -#include "AffineTransform.h"
|
| #include "Attribute.h"
|
| #include "Document.h"
|
| #include "SVGDocumentExtensions.h"
|
| @@ -31,6 +30,7 @@
|
| #include "SVGParserUtilities.h"
|
| #include "SVGPreserveAspectRatio.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| +#include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include <wtf/text/StringImpl.h>
|
|
|
| namespace WebCore {
|
|
|