Index: Source/core/testing/Internals.cpp |
diff --git a/Source/core/testing/Internals.cpp b/Source/core/testing/Internals.cpp |
index 14a8c15a5254205a81e3770be7dc2fd0795c48f2..f7bac303425b689c6033c40fc2e77c66038b6630 100644 |
--- a/Source/core/testing/Internals.cpp |
+++ b/Source/core/testing/Internals.cpp |
@@ -27,17 +27,7 @@ |
#include "config.h" |
#include "Internals.h" |
-#include "ClientRect.h" |
-#include "ClientRectList.h" |
-#include "ComposedShadowTreeWalker.h" |
#include "ContentDistributor.h" |
-#include "DOMStringList.h" |
-#include "Document.h" |
-#include "DocumentMarker.h" |
-#include "DocumentMarkerController.h" |
-#include "Element.h" |
-#include "ElementShadow.h" |
-#include "ExceptionCode.h" |
#include "FormController.h" |
#include "HTMLContentElement.h" |
#include "HTMLInputElement.h" |
@@ -57,18 +47,28 @@ |
#include "InternalSettings.h" |
#include "MallocStatistics.h" |
#include "MockPagePopupDriver.h" |
-#include "NodeRenderingContext.h" |
-#include "PseudoElement.h" |
-#include "Range.h" |
#include "SelectRuleFeatureSet.h" |
#include "SerializedScriptValue.h" |
-#include "ShadowRoot.h" |
-#include "TreeScope.h" |
#include "TypeConversions.h" |
-#include "ViewportArguments.h" |
#include "WorkerThread.h" |
#include "core/css/StyleSheetContents.h" |
+#include "core/dom/ClientRect.h" |
+#include "core/dom/ClientRectList.h" |
+#include "core/dom/ComposedShadowTreeWalker.h" |
+#include "core/dom/DOMStringList.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/DocumentMarker.h" |
+#include "core/dom/DocumentMarkerController.h" |
+#include "core/dom/Element.h" |
+#include "core/dom/ElementShadow.h" |
+#include "core/dom/ExceptionCode.h" |
+#include "core/dom/NodeRenderingContext.h" |
+#include "core/dom/PseudoElement.h" |
+#include "core/dom/Range.h" |
+#include "core/dom/ShadowRoot.h" |
#include "core/dom/StaticNodeList.h" |
+#include "core/dom/TreeScope.h" |
+#include "core/dom/ViewportArguments.h" |
#include "core/editing/Editor.h" |
#include "core/editing/SpellChecker.h" |
#include "core/editing/TextIterator.h" |