Index: Source/core/editing/ApplyStyleCommand.cpp |
diff --git a/Source/core/editing/ApplyStyleCommand.cpp b/Source/core/editing/ApplyStyleCommand.cpp |
index 0c8abdc200a30440f1891d82b66075de86310ef9..10f5c9b0ac17c48ef8be404365305fc4eef30e31 100644 |
--- a/Source/core/editing/ApplyStyleCommand.cpp |
+++ b/Source/core/editing/ApplyStyleCommand.cpp |
@@ -28,18 +28,18 @@ |
#include "CSSPropertyNames.h" |
#include "CSSValueKeywords.h" |
-#include "Document.h" |
#include "HTMLFontElement.h" |
#include "HTMLNames.h" |
-#include "NodeList.h" |
-#include "NodeTraversal.h" |
-#include "Range.h" |
-#include "Text.h" |
#include "core/css/CSSComputedStyleDeclaration.h" |
#include "core/css/CSSParser.h" |
#include "core/css/CSSValuePool.h" |
#include "core/css/StylePropertySet.h" |
#include "core/css/StyleResolver.h" |
+#include "core/dom/Document.h" |
+#include "core/dom/NodeList.h" |
+#include "core/dom/NodeTraversal.h" |
+#include "core/dom/Range.h" |
+#include "core/dom/Text.h" |
#include "core/editing/EditingStyle.h" |
#include "core/editing/Editor.h" |
#include "core/editing/HTMLInterchange.h" |