| Index: sky/engine/core/editing/HTMLInterchange.cpp
|
| diff --git a/sky/engine/core/editing/HTMLInterchange.cpp b/sky/engine/core/editing/HTMLInterchange.cpp
|
| index 2d3a2440b72ae7ccf3b5fe919e1fa6bc533fdfca..cee88a858940a2a9b4a85b19837bab0d093a33e0 100644
|
| --- a/sky/engine/core/editing/HTMLInterchange.cpp
|
| +++ b/sky/engine/core/editing/HTMLInterchange.cpp
|
| @@ -23,15 +23,15 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "core/editing/HTMLInterchange.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/core/editing/HTMLInterchange.h"
|
|
|
| -#include "core/dom/Text.h"
|
| -#include "core/editing/htmlediting.h"
|
| -#include "core/rendering/RenderObject.h"
|
| -#include "core/rendering/RenderText.h"
|
| -#include "wtf/text/StringBuilder.h"
|
| -#include "wtf/unicode/CharacterNames.h"
|
| +#include "sky/engine/core/dom/Text.h"
|
| +#include "sky/engine/core/editing/htmlediting.h"
|
| +#include "sky/engine/core/rendering/RenderObject.h"
|
| +#include "sky/engine/core/rendering/RenderText.h"
|
| +#include "sky/engine/wtf/text/StringBuilder.h"
|
| +#include "sky/engine/wtf/unicode/CharacterNames.h"
|
|
|
| namespace blink {
|
|
|
|
|