Index: Source/core/svg/SVGTransformable.cpp |
diff --git a/Source/core/svg/SVGTransformable.cpp b/Source/core/svg/SVGTransformable.cpp |
index b447ef2a9cb63ff6123d24f8bdf0e51e9b84f618..32e721adde770d249b3e57631f1904f7d5fa5ac0 100644 |
--- a/Source/core/svg/SVGTransformable.cpp |
+++ b/Source/core/svg/SVGTransformable.cpp |
@@ -24,11 +24,11 @@ |
#if ENABLE(SVG) |
#include "SVGTransformable.h" |
-#include "FloatConversion.h" |
#include "SVGNames.h" |
#include "SVGParserUtilities.h" |
#include "SVGStyledElement.h" |
#include "SVGTransformList.h" |
+#include "core/platform/FloatConversion.h" |
#include "core/platform/graphics/transforms/AffineTransform.h" |
namespace WebCore { |