| Index: Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| diff --git a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| index a2c78016c814d9f4f57bcea8e971e2e4b8e3abe4..e094f7fc641cce6772a435aa9ef10754fc9727ae 100644
|
| --- a/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| +++ b/Source/core/svg/SVGFilterPrimitiveStandardAttributes.h
|
| @@ -22,11 +22,11 @@
|
| #define SVGFilterPrimitiveStandardAttributes_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "RenderSVGResourceFilter.h"
|
| -#include "RenderSVGResourceFilterPrimitive.h"
|
| #include "SVGAnimatedLength.h"
|
| #include "SVGAnimatedString.h"
|
| #include "SVGStyledElement.h"
|
| +#include "core/rendering/svg/RenderSVGResourceFilter.h"
|
| +#include "core/rendering/svg/RenderSVGResourceFilterPrimitive.h"
|
|
|
| #include <wtf/PassRefPtr.h>
|
| #include <wtf/RefPtr.h>
|
|
|