diff options
Diffstat (limited to 'WebCore/svg/SVGFEDisplacementMapElement.h')
-rw-r--r-- | WebCore/svg/SVGFEDisplacementMapElement.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/svg/SVGFEDisplacementMapElement.h b/WebCore/svg/SVGFEDisplacementMapElement.h index 239c2c7..21fd83f 100644 --- a/WebCore/svg/SVGFEDisplacementMapElement.h +++ b/WebCore/svg/SVGFEDisplacementMapElement.h @@ -21,7 +21,7 @@ #define SVGFEDisplacementMapElement_h #if ENABLE(SVG) && ENABLE(FILTERS) -#include "SVGFEDisplacementMap.h" +#include "FEDisplacementMap.h" #include "SVGFilterPrimitiveStandardAttributes.h" namespace WebCore { |