| Index: Source/core/editing/TypingCommand.cpp
|
| diff --git a/Source/core/editing/TypingCommand.cpp b/Source/core/editing/TypingCommand.cpp
|
| index ad39d6759576dff027889c9ae0545d7c2ea2970f..88162359477e8cecd906c6f08c823a5853bb9414 100644
|
| --- a/Source/core/editing/TypingCommand.cpp
|
| +++ b/Source/core/editing/TypingCommand.cpp
|
| @@ -26,9 +26,9 @@
|
| #include "config.h"
|
| #include "core/editing/TypingCommand.h"
|
|
|
| -#include "Document.h"
|
| -#include "Element.h"
|
| #include "HTMLNames.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Element.h"
|
| #include "core/editing/BreakBlockquoteCommand.h"
|
| #include "core/editing/DeleteSelectionCommand.h"
|
| #include "core/editing/Editor.h"
|
|
|