Index: Source/core/layout/LayoutTreeAsText.cpp |
diff --git a/Source/core/layout/LayoutTreeAsText.cpp b/Source/core/layout/LayoutTreeAsText.cpp |
index 55a2e66496bbab67b2650d679ef6bb524579185f..46407c2247bc9ec8a444f454926573a9776d92e4 100644 |
--- a/Source/core/layout/LayoutTreeAsText.cpp |
+++ b/Source/core/layout/LayoutTreeAsText.cpp |
@@ -39,6 +39,7 @@ |
#include "core/layout/LayoutTableCell.h" |
#include "core/layout/compositing/CompositedLayerMapping.h" |
#include "core/layout/line/InlineTextBox.h" |
+#include "core/layout/svg/LayoutSVGContainer.h" |
#include "core/layout/svg/LayoutSVGInlineText.h" |
#include "core/layout/svg/LayoutSVGText.h" |
#include "core/layout/svg/SVGLayoutTreeAsText.h" |
@@ -51,7 +52,6 @@ |
#include "core/rendering/RenderListMarker.h" |
#include "core/rendering/RenderPart.h" |
#include "core/rendering/RenderView.h" |
-#include "core/rendering/svg/RenderSVGContainer.h" |
#include "core/rendering/svg/RenderSVGGradientStop.h" |
#include "core/rendering/svg/RenderSVGImage.h" |
#include "core/rendering/svg/RenderSVGPath.h" |