Index: Source/core/svg/SVGUseElement.h |
diff --git a/Source/core/svg/SVGUseElement.h b/Source/core/svg/SVGUseElement.h |
index 9b35bdbf8038afe5f288b2b20bd3c54f843e7350..5ba7cf7c8f651fa489c57983264555ecef135cb1 100644 |
--- a/Source/core/svg/SVGUseElement.h |
+++ b/Source/core/svg/SVGUseElement.h |
@@ -25,7 +25,6 @@ |
#include "core/svg/SVGAnimatedBoolean.h" |
#include "core/svg/SVGAnimatedLength.h" |
#include "core/svg/SVGExternalResourcesRequired.h" |
-#include "core/svg/SVGLangSpace.h" |
#include "core/svg/SVGStyledTransformableElement.h" |
#include "core/svg/SVGTests.h" |
#include "core/svg/SVGURIReference.h" |
@@ -37,7 +36,6 @@ class SVGElementInstance; |
class SVGUseElement FINAL : public SVGStyledTransformableElement, |
public SVGTests, |
- public SVGLangSpace, |
public SVGExternalResourcesRequired, |
public SVGURIReference, |
public CachedDocumentClient { |