Index: Source/core/svg/SVGSymbolElement.h |
diff --git a/Source/core/svg/SVGSymbolElement.h b/Source/core/svg/SVGSymbolElement.h |
index f6feeef70330d0f8a5ba090c5c454faab67aeca0..3619708f57b708f2d927d86717d1c7d7f593e1c8 100644 |
--- a/Source/core/svg/SVGSymbolElement.h |
+++ b/Source/core/svg/SVGSymbolElement.h |
@@ -26,13 +26,11 @@ |
#include "core/svg/SVGAnimatedRect.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
#include "core/svg/SVGFitToViewBox.h" |
-#include "core/svg/SVGLangSpace.h" |
#include "core/svg/SVGStyledElement.h" |
namespace WebCore { |
class SVGSymbolElement FINAL : public SVGStyledElement, |
- public SVGLangSpace, |
public SVGExternalResourcesRequired, |
public SVGFitToViewBox { |
public: |