| Index: Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| diff --git a/Source/core/rendering/svg/RenderSVGResourceClipper.h b/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| index 0b72f0e351c30e2b25a02db6d0c5a727dd7dff9f..71c7780f64ddd2c3b8533044e51026a8753aa6bc 100644
|
| --- a/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| +++ b/Source/core/rendering/svg/RenderSVGResourceClipper.h
|
| @@ -20,17 +20,8 @@
|
| #ifndef RenderSVGResourceClipper_h
|
| #define RenderSVGResourceClipper_h
|
|
|
| -#include "core/platform/graphics/FloatRect.h"
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| -#include "core/platform/graphics/ImageBuffer.h"
|
| -#include "core/platform/graphics/IntSize.h"
|
| -#include "core/platform/graphics/Path.h"
|
| #include "core/rendering/svg/RenderSVGResourceContainer.h"
|
| #include "core/svg/SVGClipPathElement.h"
|
| -#include "core/svg/SVGUnitTypes.h"
|
| -
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/OwnPtr.h>
|
|
|
| namespace WebCore {
|
|
|
|
|