| Index: sky/engine/core/editing/SplitElementCommand.cpp
|
| diff --git a/sky/engine/core/editing/SplitElementCommand.cpp b/sky/engine/core/editing/SplitElementCommand.cpp
|
| index a611fb3ef507024da8fa69aaed3ed795cfb0bd68..c4adc76639fc2bcb99b70c19377bedde99831806 100644
|
| --- a/sky/engine/core/editing/SplitElementCommand.cpp
|
| +++ b/sky/engine/core/editing/SplitElementCommand.cpp
|
| @@ -23,14 +23,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/editing/SplitElementCommand.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/editing/SplitElementCommand.h"
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| -#include "bindings/core/v8/ExceptionStatePlaceholder.h"
|
| #include "gen/sky/core/HTMLNames.h"
|
| -#include "core/dom/Element.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "sky/engine/bindings/core/v8/ExceptionState.h"
|
| +#include "sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h"
|
| +#include "sky/engine/core/dom/Element.h"
|
| +#include "sky/engine/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|