| Index: Source/core/svg/SVGLineElement.cpp
|
| diff --git a/Source/core/svg/SVGLineElement.cpp b/Source/core/svg/SVGLineElement.cpp
|
| index 39f292307e25b0199b8fd911703b1b7d473650d7..f9cf5e0f43e9e514c2f15551588a1788f1a7f763 100644
|
| --- a/Source/core/svg/SVGLineElement.cpp
|
| +++ b/Source/core/svg/SVGLineElement.cpp
|
| @@ -24,12 +24,12 @@
|
| #include "SVGLineElement.h"
|
|
|
| #include "Attribute.h"
|
| -#include "RenderSVGPath.h"
|
| -#include "RenderSVGResource.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGLength.h"
|
| #include "SVGNames.h"
|
| #include "core/platform/graphics/FloatPoint.h"
|
| +#include "core/rendering/svg/RenderSVGPath.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|