| Index: Source/core/svg/SVGStopElement.cpp
|
| diff --git a/Source/core/svg/SVGStopElement.cpp b/Source/core/svg/SVGStopElement.cpp
|
| index 104bc3b38e7e382304d5abd7d0af2b20a13b6ebf..853fa410362260cf7384ef823a09fc555cf74f49 100644
|
| --- a/Source/core/svg/SVGStopElement.cpp
|
| +++ b/Source/core/svg/SVGStopElement.cpp
|
| @@ -23,11 +23,11 @@
|
| #if ENABLE(SVG)
|
| #include "SVGStopElement.h"
|
|
|
| -#include "Attribute.h"
|
| -#include "Document.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGGradientElement.h"
|
| #include "SVGNames.h"
|
| +#include "core/dom/Attribute.h"
|
| +#include "core/dom/Document.h"
|
| #include "core/rendering/svg/RenderSVGGradientStop.h"
|
| #include "core/rendering/svg/RenderSVGResource.h"
|
|
|
|
|