| Index: sky/engine/core/editing/InsertTextCommand.cpp
|
| diff --git a/sky/engine/core/editing/InsertTextCommand.cpp b/sky/engine/core/editing/InsertTextCommand.cpp
|
| index e2b9b6833838a01ec78eb1cd1e9e6612a49b993b..5ed22b83a4cd71394e441e977c79e0479c8c42eb 100644
|
| --- a/sky/engine/core/editing/InsertTextCommand.cpp
|
| +++ b/sky/engine/core/editing/InsertTextCommand.cpp
|
| @@ -23,16 +23,16 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/editing/InsertTextCommand.h"
|
| -
|
| -#include "core/dom/Document.h"
|
| -#include "core/dom/Element.h"
|
| -#include "core/dom/Text.h"
|
| -#include "core/editing/Editor.h"
|
| -#include "core/editing/VisibleUnits.h"
|
| -#include "core/editing/htmlediting.h"
|
| -#include "core/frame/LocalFrame.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/editing/InsertTextCommand.h"
|
| +
|
| +#include "sky/engine/core/dom/Document.h"
|
| +#include "sky/engine/core/dom/Element.h"
|
| +#include "sky/engine/core/dom/Text.h"
|
| +#include "sky/engine/core/editing/Editor.h"
|
| +#include "sky/engine/core/editing/VisibleUnits.h"
|
| +#include "sky/engine/core/editing/htmlediting.h"
|
| +#include "sky/engine/core/frame/LocalFrame.h"
|
|
|
| namespace blink {
|
|
|
|
|