| Index: Source/core/editing/InsertParagraphSeparatorCommand.cpp
|
| diff --git a/Source/core/editing/InsertParagraphSeparatorCommand.cpp b/Source/core/editing/InsertParagraphSeparatorCommand.cpp
|
| index 46e8bfc1af2d54b32117c357fe4ada7e03b41117..0bf2b984a9aca00cc9fb3bd1950c5e08d8bdd03b 100644
|
| --- a/Source/core/editing/InsertParagraphSeparatorCommand.cpp
|
| +++ b/Source/core/editing/InsertParagraphSeparatorCommand.cpp
|
| @@ -27,11 +27,11 @@
|
| #include "core/editing/InsertParagraphSeparatorCommand.h"
|
|
|
| #include "CSSPropertyNames.h"
|
| -#include "Document.h"
|
| #include "HTMLElement.h"
|
| #include "HTMLNames.h"
|
| -#include "NodeTraversal.h"
|
| -#include "Text.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/NodeTraversal.h"
|
| +#include "core/dom/Text.h"
|
| #include "core/editing/EditingStyle.h"
|
| #include "core/editing/InsertLineBreakCommand.h"
|
| #include "core/editing/VisibleUnits.h"
|
|
|