| Index: Source/core/svg/SVGPathUtilities.h
|
| diff --git a/Source/core/svg/SVGPathUtilities.h b/Source/core/svg/SVGPathUtilities.h
|
| index 5fa2d468575f24bdeebf6ec59fdf42acf12afc22..7c06c57a46c0e5f64e0498e7f719a7cf48fc2559 100644
|
| --- a/Source/core/svg/SVGPathUtilities.h
|
| +++ b/Source/core/svg/SVGPathUtilities.h
|
| @@ -22,8 +22,8 @@
|
|
|
| #include "core/svg/SVGPathConsumer.h"
|
| #include "core/svg/SVGPoint.h"
|
| -#include <wtf/OwnPtr.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/OwnPtr.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|