| Index: sky/engine/core/editing/AppendNodeCommand.cpp
|
| diff --git a/sky/engine/core/editing/AppendNodeCommand.cpp b/sky/engine/core/editing/AppendNodeCommand.cpp
|
| index 6c3830bc12165870c4501115aa3bd8b5acb4062d..f3806a7bf8a4ab8c61bb47c321931c1a712fad3e 100644
|
| --- a/sky/engine/core/editing/AppendNodeCommand.cpp
|
| +++ b/sky/engine/core/editing/AppendNodeCommand.cpp
|
| @@ -23,10 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/editing/AppendNodeCommand.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/editing/AppendNodeCommand.h"
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| +#include "sky/engine/bindings/core/v8/ExceptionState.h"
|
|
|
| namespace blink {
|
|
|
|
|