| Index: Source/core/editing/htmlediting.cpp
|
| diff --git a/Source/core/editing/htmlediting.cpp b/Source/core/editing/htmlediting.cpp
|
| index 5e26a6f97fa7c26b3f13928cbf233fc0e3a9b20e..59cdbd3d10c840cb890c1e644868aec886d40f4e 100644
|
| --- a/Source/core/editing/htmlediting.cpp
|
| +++ b/Source/core/editing/htmlediting.cpp
|
| @@ -26,8 +26,6 @@
|
| #include "config.h"
|
| #include "core/editing/htmlediting.h"
|
|
|
| -#include "Document.h"
|
| -#include "ExceptionCodePlaceholder.h"
|
| #include "HTMLBRElement.h"
|
| #include "HTMLDivElement.h"
|
| #include "HTMLElementFactory.h"
|
| @@ -38,12 +36,14 @@
|
| #include "HTMLParagraphElement.h"
|
| #include "HTMLTextFormControlElement.h"
|
| #include "HTMLUListElement.h"
|
| -#include "NodeTraversal.h"
|
| -#include "PositionIterator.h"
|
| -#include "Range.h"
|
| -#include "ShadowRoot.h"
|
| -#include "Text.h"
|
| #include "core/accessibility/AXObjectCache.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
| +#include "core/dom/NodeTraversal.h"
|
| +#include "core/dom/PositionIterator.h"
|
| +#include "core/dom/Range.h"
|
| +#include "core/dom/ShadowRoot.h"
|
| +#include "core/dom/Text.h"
|
| #include "core/editing/Editor.h"
|
| #include "core/editing/HTMLInterchange.h"
|
| #include "core/editing/TextIterator.h"
|
|
|