| Index: Source/core/svg/SVGAngle.cpp
|
| diff --git a/Source/core/svg/SVGAngle.cpp b/Source/core/svg/SVGAngle.cpp
|
| index 6bd37eac2a8f2028056237f2a7e0ce4fd9a0b421..e88f600e4af9bea56647b3bb8cca0db37aa55204 100644
|
| --- a/Source/core/svg/SVGAngle.cpp
|
| +++ b/Source/core/svg/SVGAngle.cpp
|
| @@ -20,13 +20,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/svg/SVGAngle.h"
|
|
|
| #include "core/dom/ExceptionCode.h"
|
| #include "core/svg/SVGParserUtilities.h"
|
| -#include <wtf/MathExtras.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/MathExtras.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|