| Index: sky/engine/wtf/text/TextCodec.cpp
|
| diff --git a/sky/engine/wtf/text/TextCodec.cpp b/sky/engine/wtf/text/TextCodec.cpp
|
| index e7fc2fa2264d73e32d9db56f458ef215ae8b13a1..a3773cd1d41c51b93fd4a75d57de9fc85f62cc0e 100644
|
| --- a/sky/engine/wtf/text/TextCodec.cpp
|
| +++ b/sky/engine/wtf/text/TextCodec.cpp
|
| @@ -24,10 +24,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "wtf/text/TextCodec.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/text/TextCodec.h"
|
|
|
| -#include "wtf/StringExtras.h"
|
| +#include "sky/engine/wtf/StringExtras.h"
|
|
|
| namespace WTF {
|
|
|
|
|