| Index: Source/core/svg/SVGLength.cpp
|
| diff --git a/Source/core/svg/SVGLength.cpp b/Source/core/svg/SVGLength.cpp
|
| index 4d2afbd52fdac631bac213aa15e310bba38e85a8..519c27534bd3e52a0d77d4355c6d791a04ddeef0 100644
|
| --- a/Source/core/svg/SVGLength.cpp
|
| +++ b/Source/core/svg/SVGLength.cpp
|
| @@ -24,12 +24,12 @@
|
| #if ENABLE(SVG)
|
| #include "SVGLength.h"
|
|
|
| -#include "CSSHelper.h"
|
| -#include "CSSPrimitiveValue.h"
|
| #include "ExceptionCode.h"
|
| #include "ExceptionCodePlaceholder.h"
|
| #include "SVGNames.h"
|
| #include "SVGParserUtilities.h"
|
| +#include "core/css/CSSHelper.h"
|
| +#include "core/css/CSSPrimitiveValue.h"
|
| #include "core/platform/FloatConversion.h"
|
|
|
| #include <wtf/MathExtras.h>
|
|
|