Index: Source/core/svg/SVGFEImageElement.h |
diff --git a/Source/core/svg/SVGFEImageElement.h b/Source/core/svg/SVGFEImageElement.h |
index a1c95c0abd3329d538dfea04e54d3a6895246eb6..c409f4983c5fa4efd5f1dcc02dfa75038c36b459 100644 |
--- a/Source/core/svg/SVGFEImageElement.h |
+++ b/Source/core/svg/SVGFEImageElement.h |
@@ -28,7 +28,6 @@ |
#include "core/svg/SVGAnimatedPreserveAspectRatio.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
#include "core/svg/SVGFilterPrimitiveStandardAttributes.h" |
-#include "core/svg/SVGLangSpace.h" |
#include "core/svg/SVGURIReference.h" |
#include "core/svg/graphics/filters/SVGFEImage.h" |
@@ -36,7 +35,6 @@ namespace WebCore { |
class SVGFEImageElement FINAL : public SVGFilterPrimitiveStandardAttributes, |
public SVGURIReference, |
- public SVGLangSpace, |
public SVGExternalResourcesRequired, |
public CachedImageClient { |
public: |