| Index: Source/core/editing/RemoveNodeCommand.cpp
|
| diff --git a/Source/core/editing/RemoveNodeCommand.cpp b/Source/core/editing/RemoveNodeCommand.cpp
|
| index dbf581ac0e74188ec41e2a5aab8b4da1e16f9891..ad2726afeca7a746ca8f6e49e8fc2b2feb5130e1 100644
|
| --- a/Source/core/editing/RemoveNodeCommand.cpp
|
| +++ b/Source/core/editing/RemoveNodeCommand.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "core/editing/RemoveNodeCommand.h"
|
|
|
| -#include "ExceptionCodePlaceholder.h"
|
| -#include "Node.h"
|
| +#include "core/dom/ExceptionCodePlaceholder.h"
|
| +#include "core/dom/Node.h"
|
| #include <wtf/Assertions.h>
|
|
|
| namespace WebCore {
|
|
|