| Index: Source/core/rendering/style/SVGRenderStyle.cpp
 | 
| diff --git a/Source/core/rendering/style/SVGRenderStyle.cpp b/Source/core/rendering/style/SVGRenderStyle.cpp
 | 
| index 3623a9a2fe0b928b04a4c0fbd49414cbf90ce0e1..66ce095651c284cd3f1a55294927a320215be366 100644
 | 
| --- a/Source/core/rendering/style/SVGRenderStyle.cpp
 | 
| +++ b/Source/core/rendering/style/SVGRenderStyle.cpp
 | 
| @@ -30,11 +30,6 @@
 | 
|  #if ENABLE(SVG)
 | 
|  #include "core/rendering/style/SVGRenderStyle.h"
 | 
|  
 | 
| -#include "core/css/CSSPrimitiveValue.h"
 | 
| -#include "core/css/CSSValueList.h"
 | 
| -#include "core/dom/NodeRenderStyle.h"
 | 
| -#include "core/platform/graphics/IntRect.h"
 | 
| -#include "core/svg/SVGStyledElement.h"
 | 
|  
 | 
|  using namespace std;
 | 
|  
 | 
| 
 |