| Index: sky/engine/wtf/text/TextEncodingRegistry.cpp
|
| diff --git a/sky/engine/wtf/text/TextEncodingRegistry.cpp b/sky/engine/wtf/text/TextEncodingRegistry.cpp
|
| index 66b5756f68d90900ec18ab3d3832be3756374484..cbcc243a7eaa0c87bcd759d367b411da541c9330 100644
|
| --- a/sky/engine/wtf/text/TextEncodingRegistry.cpp
|
| +++ b/sky/engine/wtf/text/TextEncodingRegistry.cpp
|
| @@ -24,25 +24,25 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "wtf/text/TextEncodingRegistry.h"
|
| -
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/CurrentTime.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/MainThread.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/StringExtras.h"
|
| -#include "wtf/ThreadingPrimitives.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/TextCodecICU.h"
|
| -#include "wtf/text/TextCodecLatin1.h"
|
| -#include "wtf/text/TextCodecReplacement.h"
|
| -#include "wtf/text/TextCodecUTF16.h"
|
| -#include "wtf/text/TextCodecUTF8.h"
|
| -#include "wtf/text/TextCodecUserDefined.h"
|
| -#include "wtf/text/TextEncoding.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/text/TextEncodingRegistry.h"
|
| +
|
| +#include "sky/engine/wtf/ASCIICType.h"
|
| +#include "sky/engine/wtf/CurrentTime.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/HashSet.h"
|
| +#include "sky/engine/wtf/MainThread.h"
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
| +#include "sky/engine/wtf/StringExtras.h"
|
| +#include "sky/engine/wtf/ThreadingPrimitives.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/TextCodecICU.h"
|
| +#include "sky/engine/wtf/text/TextCodecLatin1.h"
|
| +#include "sky/engine/wtf/text/TextCodecReplacement.h"
|
| +#include "sky/engine/wtf/text/TextCodecUTF16.h"
|
| +#include "sky/engine/wtf/text/TextCodecUTF8.h"
|
| +#include "sky/engine/wtf/text/TextCodecUserDefined.h"
|
| +#include "sky/engine/wtf/text/TextEncoding.h"
|
|
|
| namespace WTF {
|
|
|
|
|