| Index: Source/core/editing/markup.cpp
|
| diff --git a/Source/core/editing/markup.cpp b/Source/core/editing/markup.cpp
|
| index ec045ef366d5bde6b9acec5d3b15360b5151feb8..6d768386f1226cbaae9243e6c37c44e8918ed3f2 100644
|
| --- a/Source/core/editing/markup.cpp
|
| +++ b/Source/core/editing/markup.cpp
|
| @@ -29,21 +29,12 @@
|
| #include "config.h"
|
| #include "core/editing/markup.h"
|
|
|
| -#include "CDATASection.h"
|
| #include "CSSPropertyNames.h"
|
| #include "CSSValueKeywords.h"
|
| -#include "ChildListMutationScope.h"
|
| -#include "ContextFeatures.h"
|
| -#include "DocumentFragment.h"
|
| -#include "DocumentType.h"
|
| -#include "ExceptionCode.h"
|
| -#include "ExceptionCodePlaceholder.h"
|
| #include "HTMLBodyElement.h"
|
| #include "HTMLElement.h"
|
| #include "HTMLNames.h"
|
| #include "HTMLTextFormControlElement.h"
|
| -#include "NodeTraversal.h"
|
| -#include "Range.h"
|
| #include "XMLNSNames.h"
|
| #include "core/css/CSSPrimitiveValue.h"
|
| #include "core/css/CSSRule.h"
|
| @@ -52,6 +43,15 @@
|
| #include "core/css/CSSValue.h"
|
| #include "core/css/StylePropertySet.h"
|
| #include "core/css/StyleResolver.h"
|
| +#include "core/dom/CDATASection.h"
|
| +#include "core/dom/ChildListMutationScope.h"
|
| +#include "core/dom/ContextFeatures.h"
|
| +#include "core/dom/DocumentFragment.h"
|
| +#include "core/dom/DocumentType.h"
|
| +#include "core/dom/ExceptionCode.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
| +#include "core/dom/NodeTraversal.h"
|
| +#include "core/dom/Range.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/MarkupAccumulator.h"
|
| #include "core/editing/TextIterator.h"
|
|
|