Index: Source/core/rendering/svg/SVGTextRunRenderingContext.cpp |
diff --git a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp |
index cf16f33d1dfcd820984597818ccbb5bcc95065e1..c48c91e2486eb3ed6843fd5a27cec45faa9027ed 100644 |
--- a/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp |
+++ b/Source/core/rendering/svg/SVGTextRunRenderingContext.cpp |
@@ -24,8 +24,6 @@ |
#include "core/rendering/svg/SVGTextRunRenderingContext.h" |
#include "SVGNames.h" |
-#include "core/platform/graphics/GraphicsContext.h" |
-#include "core/platform/graphics/WidthIterator.h" |
#include "core/rendering/RenderObject.h" |
#include "core/rendering/svg/RenderSVGInlineText.h" |
#include "core/rendering/svg/RenderSVGResourceSolidColor.h" |
@@ -34,6 +32,8 @@ |
#include "core/svg/SVGFontFaceElement.h" |
#include "core/svg/SVGGlyphElement.h" |
#include "platform/fonts/GlyphBuffer.h" |
+#include "platform/fonts/WidthIterator.h" |
+#include "platform/graphics/GraphicsContext.h" |
namespace WebCore { |