| Index: Source/core/svg/SVGStopElement.cpp
|
| diff --git a/Source/core/svg/SVGStopElement.cpp b/Source/core/svg/SVGStopElement.cpp
|
| index 311f94888754c41442524c04baac07b0aab63808..104bc3b38e7e382304d5abd7d0af2b20a13b6ebf 100644
|
| --- a/Source/core/svg/SVGStopElement.cpp
|
| +++ b/Source/core/svg/SVGStopElement.cpp
|
| @@ -25,11 +25,11 @@
|
|
|
| #include "Attribute.h"
|
| #include "Document.h"
|
| -#include "RenderSVGGradientStop.h"
|
| -#include "RenderSVGResource.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGGradientElement.h"
|
| #include "SVGNames.h"
|
| +#include "core/rendering/svg/RenderSVGGradientStop.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
|
|
| namespace WebCore {
|
|
|
|
|