| Index: Source/core/svg/SVGGElement.cpp
|
| diff --git a/Source/core/svg/SVGGElement.cpp b/Source/core/svg/SVGGElement.cpp
|
| index 134de99d6c955318f4b226ee1eefd5414d4e629b..a956a86d063e411bd47e07bf406b25acaadcda0a 100644
|
| --- a/Source/core/svg/SVGGElement.cpp
|
| +++ b/Source/core/svg/SVGGElement.cpp
|
| @@ -23,11 +23,11 @@
|
| #if ENABLE(SVG)
|
| #include "SVGGElement.h"
|
|
|
| -#include "RenderSVGHiddenContainer.h"
|
| -#include "RenderSVGResource.h"
|
| -#include "RenderSVGTransformableContainer.h"
|
| #include "SVGElementInstance.h"
|
| #include "SVGNames.h"
|
| +#include "core/rendering/svg/RenderSVGHiddenContainer.h"
|
| +#include "core/rendering/svg/RenderSVGResource.h"
|
| +#include "core/rendering/svg/RenderSVGTransformableContainer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|