| Index: Source/core/svg/SVGAnimateMotionElement.cpp
|
| diff --git a/Source/core/svg/SVGAnimateMotionElement.cpp b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| index 57f289ab72b4508528b08a0742be8ba4ba91a023..fc574ab5f74d2dc8741b04a5b84f363c39473458 100644
|
| --- a/Source/core/svg/SVGAnimateMotionElement.cpp
|
| +++ b/Source/core/svg/SVGAnimateMotionElement.cpp
|
| @@ -33,8 +33,8 @@
|
| #include "core/svg/SVGParserUtilities.h"
|
| #include "core/svg/SVGPathElement.h"
|
| #include "core/svg/SVGPathUtilities.h"
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/StdLibExtras.h>
|
| +#include "wtf/MathExtras.h"
|
| +#include "wtf/StdLibExtras.h"
|
|
|
| namespace WebCore {
|
|
|
|
|