Index: Source/core/rendering/RenderBlockLineLayout.cpp |
diff --git a/Source/core/rendering/RenderBlockLineLayout.cpp b/Source/core/rendering/RenderBlockLineLayout.cpp |
index 0189a647f621a327c7cea8cb5f3b018a908b9f74..ba1fae5f5f348fe765e8919b6c66abd259730f68 100644 |
--- a/Source/core/rendering/RenderBlockLineLayout.cpp |
+++ b/Source/core/rendering/RenderBlockLineLayout.cpp |
@@ -24,7 +24,6 @@ |
#include "InlineIterator.h" |
#include "InlineTextBox.h" |
-#include "Logging.h" |
#include "RenderArena.h" |
#include "RenderCombineText.h" |
#include "RenderCounter.h" |
@@ -39,6 +38,7 @@ |
#include "TrailingFloatsRootInlineBox.h" |
#include "VerticalPositionCache.h" |
#include "break_lines.h" |
+#include "core/platform/Logging.h" |
#include "core/platform/text/BidiResolver.h" |
#include "core/platform/text/Hyphenation.h" |
#include <wtf/RefCountedLeakCounter.h> |