Index: Source/core/svg/SVGPathElement.cpp |
diff --git a/Source/core/svg/SVGPathElement.cpp b/Source/core/svg/SVGPathElement.cpp |
index a1f88ddbc3a0f02f62853360e8321394c0f8862d..82af73a0123c0f7f2cd242a1667b58235acf13f6 100644 |
--- a/Source/core/svg/SVGPathElement.cpp |
+++ b/Source/core/svg/SVGPathElement.cpp |
@@ -22,7 +22,6 @@ |
#include "core/svg/SVGPathElement.h" |
-#include "SVGNames.h" |
#include "core/rendering/svg/RenderSVGPath.h" |
#include "core/rendering/svg/RenderSVGResource.h" |
#include "core/svg/SVGElementInstance.h" |
@@ -44,7 +43,6 @@ |
#include "core/svg/SVGPathSegLinetoRel.h" |
#include "core/svg/SVGPathSegLinetoVerticalAbs.h" |
#include "core/svg/SVGPathSegLinetoVerticalRel.h" |
-#include "core/svg/SVGPathSegList.h" |
#include "core/svg/SVGPathSegMovetoAbs.h" |
#include "core/svg/SVGPathSegMovetoRel.h" |
#include "core/svg/SVGPathUtilities.h" |