| Index: Source/core/svg/SVGPreserveAspectRatio.cpp
|
| diff --git a/Source/core/svg/SVGPreserveAspectRatio.cpp b/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| index 51563367c40cc7d36ec6a65d75ebb0b7b17a60a6..546c83b66279584702a6cdf2dfb6e125881e58a5 100644
|
| --- a/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| +++ b/Source/core/svg/SVGPreserveAspectRatio.cpp
|
| @@ -20,14 +20,13 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/svg/SVGPreserveAspectRatio.h"
|
|
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/platform/graphics/FloatRect.h"
|
| #include "core/platform/graphics/transforms/AffineTransform.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|