Index: Source/core/rendering/RenderListMarker.cpp |
diff --git a/Source/core/rendering/RenderListMarker.cpp b/Source/core/rendering/RenderListMarker.cpp |
index 614b2936a211abb097ea03fd604754e9fbb3d78a..f05497493e549301ca47ddf460b40fee3f191d3a 100644 |
--- a/Source/core/rendering/RenderListMarker.cpp |
+++ b/Source/core/rendering/RenderListMarker.cpp |
@@ -27,13 +27,13 @@ |
#include "core/dom/Document.h" |
#include "core/fetch/ImageResource.h" |
-#include "core/platform/graphics/Font.h" |
-#include "core/platform/graphics/GraphicsContextStateSaver.h" |
#include "core/rendering/GraphicsContextAnnotator.h" |
#include "core/rendering/LayoutRectRecorder.h" |
#include "core/rendering/RenderLayer.h" |
#include "core/rendering/RenderListItem.h" |
#include "core/rendering/RenderView.h" |
+#include "platform/fonts/Font.h" |
+#include "platform/graphics/GraphicsContextStateSaver.h" |
#include "wtf/text/StringBuilder.h" |
#include "wtf/unicode/CharacterNames.h" |