Index: third_party/WebKit/Source/core/svg/SVGMPathElement.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGMPathElement.h b/third_party/WebKit/Source/core/svg/SVGMPathElement.h |
index 0383f449e46ad28db14826f6bd343ada506a0841..93ab57fdee886668f73fda2b7c296c434533b20b 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGMPathElement.h |
+++ b/third_party/WebKit/Source/core/svg/SVGMPathElement.h |
@@ -21,8 +21,6 @@ |
#define SVGMPathElement_h |
#include "core/SVGNames.h" |
-#include "core/svg/SVGAnimatedBoolean.h" |
-#include "core/svg/SVGAnimatedString.h" |
#include "core/svg/SVGElement.h" |
#include "core/svg/SVGURIReference.h" |
@@ -57,7 +55,6 @@ private: |
bool layoutObjectIsNeeded(const ComputedStyle&) override { return false; } |
void notifyParentOfPathChange(ContainerNode*); |
- |
}; |
} // namespace blink |