Index: Source/core/rendering/RenderBlock.cpp |
diff --git a/Source/core/rendering/RenderBlock.cpp b/Source/core/rendering/RenderBlock.cpp |
index d8151518679c1022be69bab64d6ac4212b06d10f..e741c8de44b199f3453f59335b4e22abe7517fc6 100644 |
--- a/Source/core/rendering/RenderBlock.cpp |
+++ b/Source/core/rendering/RenderBlock.cpp |
@@ -24,14 +24,14 @@ |
#include "config.h" |
#include "core/rendering/RenderBlock.h" |
-#include "Document.h" |
-#include "Element.h" |
#include "HTMLFormElement.h" |
#include "HTMLNames.h" |
-#include "OverflowEvent.h" |
-#include "ShadowRoot.h" |
-#include "WebCoreMemoryInstrumentation.h" |
#include "core/accessibility/AXObjectCache.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/Element.h" |
+#include "core/dom/OverflowEvent.h" |
+#include "core/dom/ShadowRoot.h" |
+#include "core/dom/WebCoreMemoryInstrumentation.h" |
#include "core/editing/Editor.h" |
#include "core/editing/FrameSelection.h" |
#include "core/page/Frame.h" |