Index: Source/core/svg/SVGTransformList.cpp |
diff --git a/Source/core/svg/SVGTransformList.cpp b/Source/core/svg/SVGTransformList.cpp |
index 3d3e58fda5d2a83e053747821b330fe8b1a1f6e2..76b94a86b959f8376df9fb2c235622edaab11ba0 100644 |
--- a/Source/core/svg/SVGTransformList.cpp |
+++ b/Source/core/svg/SVGTransformList.cpp |
@@ -21,10 +21,10 @@ |
#include "config.h" |
#include "core/svg/SVGTransformList.h" |
-#include "core/platform/graphics/transforms/AffineTransform.h" |
#include "core/svg/SVGSVGElement.h" |
#include "core/svg/SVGTransform.h" |
#include "core/svg/SVGTransformable.h" |
+#include "platform/transforms/AffineTransform.h" |
#include "wtf/text/StringBuilder.h" |
namespace WebCore { |