| Index: sky/engine/platform/text/LineEnding.cpp
|
| diff --git a/sky/engine/platform/text/LineEnding.cpp b/sky/engine/platform/text/LineEnding.cpp
|
| index 65e68659fa4f0556d83f2ac4368791a6ac0d4b59..80ee70af67328abd3d14aa00893678f25673221b 100644
|
| --- a/sky/engine/platform/text/LineEnding.cpp
|
| +++ b/sky/engine/platform/text/LineEnding.cpp
|
| @@ -29,11 +29,11 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/text/LineEnding.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/text/LineEnding.h"
|
|
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace {
|
|
|
|
|