| Index: sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| diff --git a/sky/engine/core/editing/ApplyBlockElementCommand.cpp b/sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| index 229555736a7caa3c162c858b602e0a333de58198..44a958631e5273a741da2bc30b3aa00353eaa398 100644
|
| --- a/sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| +++ b/sky/engine/core/editing/ApplyBlockElementCommand.cpp
|
| @@ -24,19 +24,19 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/editing/ApplyBlockElementCommand.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/editing/ApplyBlockElementCommand.h"
|
|
|
| -#include "bindings/core/v8/ExceptionState.h"
|
| #include "gen/sky/core/HTMLNames.h"
|
| -#include "core/dom/NodeRenderStyle.h"
|
| -#include "core/dom/Text.h"
|
| -#include "core/editing/VisiblePosition.h"
|
| -#include "core/editing/VisibleUnits.h"
|
| -#include "core/editing/htmlediting.h"
|
| -#include "core/html/HTMLElement.h"
|
| -#include "core/rendering/RenderObject.h"
|
| -#include "core/rendering/style/RenderStyle.h"
|
| +#include "sky/engine/bindings/core/v8/ExceptionState.h"
|
| +#include "sky/engine/core/dom/NodeRenderStyle.h"
|
| +#include "sky/engine/core/dom/Text.h"
|
| +#include "sky/engine/core/editing/VisiblePosition.h"
|
| +#include "sky/engine/core/editing/VisibleUnits.h"
|
| +#include "sky/engine/core/editing/htmlediting.h"
|
| +#include "sky/engine/core/html/HTMLElement.h"
|
| +#include "sky/engine/core/rendering/RenderObject.h"
|
| +#include "sky/engine/core/rendering/style/RenderStyle.h"
|
|
|
| namespace blink {
|
|
|
|
|