Index: Source/core/dom/Element.cpp |
diff --git a/Source/core/dom/Element.cpp b/Source/core/dom/Element.cpp |
index d0eab6a9ffbd8de031ce3d8acde6bedba0c548f3..f5dab6e411b21cabe5bd6968d2267dc85aed61cb 100644 |
--- a/Source/core/dom/Element.cpp |
+++ b/Source/core/dom/Element.cpp |
@@ -24,20 +24,10 @@ |
*/ |
#include "config.h" |
-#include "Element.h" |
+#include "core/dom/Element.h" |
-#include "Attr.h" |
#include "ClassList.h" |
-#include "ClientRect.h" |
-#include "ClientRectList.h" |
-#include "CustomElementRegistry.h" |
#include "DOMTokenList.h" |
-#include "DatasetDOMStringMap.h" |
-#include "Document.h" |
-#include "DocumentFragment.h" |
-#include "DocumentSharedObjectPool.h" |
-#include "ElementRareData.h" |
-#include "ExceptionCode.h" |
#include "HTMLCollection.h" |
#include "HTMLDocument.h" |
#include "HTMLElement.h" |
@@ -50,19 +40,7 @@ |
#include "HTMLTableRowsCollection.h" |
#include "InsertionPoint.h" |
#include "InspectorInstrumentation.h" |
-#include "MutationObserverInterestGroup.h" |
-#include "MutationRecord.h" |
-#include "NamedNodeMap.h" |
-#include "NodeList.h" |
-#include "NodeRenderStyle.h" |
-#include "NodeRenderingContext.h" |
-#include "NodeTraversal.h" |
-#include "PseudoElement.h" |
-#include "SelectorQuery.h" |
-#include "ShadowRoot.h" |
-#include "Text.h" |
#include "VoidCallback.h" |
-#include "WebCoreMemoryInstrumentation.h" |
#include "XMLNSNames.h" |
#include "XMLNames.h" |
#include "core/accessibility/AXObjectCache.h" |
@@ -70,6 +48,28 @@ |
#include "core/css/CSSSelectorList.h" |
#include "core/css/StylePropertySet.h" |
#include "core/css/StyleResolver.h" |
+#include "core/dom/Attr.h" |
+#include "core/dom/ClientRect.h" |
+#include "core/dom/ClientRectList.h" |
+#include "core/dom/CustomElementRegistry.h" |
+#include "core/dom/DatasetDOMStringMap.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/DocumentFragment.h" |
+#include "core/dom/DocumentSharedObjectPool.h" |
+#include "core/dom/ElementRareData.h" |
+#include "core/dom/ExceptionCode.h" |
+#include "core/dom/MutationObserverInterestGroup.h" |
+#include "core/dom/MutationRecord.h" |
+#include "core/dom/NamedNodeMap.h" |
+#include "core/dom/NodeList.h" |
+#include "core/dom/NodeRenderStyle.h" |
+#include "core/dom/NodeRenderingContext.h" |
+#include "core/dom/NodeTraversal.h" |
+#include "core/dom/PseudoElement.h" |
+#include "core/dom/SelectorQuery.h" |
+#include "core/dom/ShadowRoot.h" |
+#include "core/dom/Text.h" |
+#include "core/dom/WebCoreMemoryInstrumentation.h" |
#include "core/editing/FrameSelection.h" |
#include "core/editing/TextIterator.h" |
#include "core/editing/htmlediting.h" |