| Index: Source/core/rendering/RenderBlock.cpp | 
| diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp | 
| index 2c26a7a8b70b456330df4e19176d02261252d572..3444db220ab6f5187300eeecab05dbeb9b9c656b 100644 | 
| --- a/Source/core/rendering/RenderBlock.cpp | 
| +++ b/Source/core/rendering/RenderBlock.cpp | 
| @@ -24,7 +24,6 @@ | 
| #include "config.h" | 
| #include "RenderBlock.h" | 
|  | 
| -#include "AXObjectCache.h" | 
| #include "ColumnInfo.h" | 
| #include "Document.h" | 
| #include "Editor.h" | 
| @@ -60,11 +59,12 @@ | 
| #include "RenderTextFragment.h" | 
| #include "RenderTheme.h" | 
| #include "RenderView.h" | 
| -#include "Settings.h" | 
| #include "SVGTextRunRenderingContext.h" | 
| +#include "Settings.h" | 
| #include "ShadowRoot.h" | 
| #include "TransformState.h" | 
| #include "WebCoreMemoryInstrumentation.h" | 
| +#include "core/accessibility/AXObjectCache.h" | 
| #include <wtf/StdLibExtras.h> | 
| #if ENABLE(CSS_EXCLUSIONS) | 
| #include "ExclusionShapeInsideInfo.h" | 
|  |