Index: Source/core/svg/SVGTextContentElement.h |
diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h |
index 1bd62b2107ab2f9f26b2e13b902d780e093eb3e8..c58445e5283f88e9e055c4ec3c1c6968cce2886d 100644 |
--- a/Source/core/svg/SVGTextContentElement.h |
+++ b/Source/core/svg/SVGTextContentElement.h |
@@ -25,7 +25,6 @@ |
#include "core/svg/SVGAnimatedEnumeration.h" |
#include "core/svg/SVGAnimatedLength.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
-#include "core/svg/SVGLangSpace.h" |
#include "core/svg/SVGStyledElement.h" |
#include "core/svg/SVGTests.h" |
@@ -68,7 +67,6 @@ struct SVGPropertyTraits<SVGLengthAdjustType> { |
class SVGTextContentElement : public SVGStyledElement, |
public SVGTests, |
- public SVGLangSpace, |
public SVGExternalResourcesRequired { |
public: |
// Forward declare enumerations in the W3C naming scheme, for IDL generation. |