| Index: sky/engine/wtf/text/WTFString.cpp
|
| diff --git a/sky/engine/wtf/text/WTFString.cpp b/sky/engine/wtf/text/WTFString.cpp
|
| index dfffa6a21ff7887deff386116f976c7192f653b2..5863d1e487e833af39faa6ac036eb2fc16158f50 100644
|
| --- a/sky/engine/wtf/text/WTFString.cpp
|
| +++ b/sky/engine/wtf/text/WTFString.cpp
|
| @@ -19,22 +19,22 @@
|
| * Boston, MA 02110-1301, USA.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "WTFString.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| -#include "IntegerToStringConversion.h"
|
| #include <stdarg.h>
|
| -#include "wtf/ASCIICType.h"
|
| -#include "wtf/DataLog.h"
|
| -#include "wtf/HexNumber.h"
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/StringExtras.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/dtoa.h"
|
| -#include "wtf/unicode/CharacterNames.h"
|
| -#include "wtf/unicode/UTF8.h"
|
| -#include "wtf/unicode/Unicode.h"
|
| +#include "sky/engine/wtf/ASCIICType.h"
|
| +#include "sky/engine/wtf/DataLog.h"
|
| +#include "sky/engine/wtf/HexNumber.h"
|
| +#include "sky/engine/wtf/MathExtras.h"
|
| +#include "sky/engine/wtf/StringExtras.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| +#include "sky/engine/wtf/dtoa.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/IntegerToStringConversion.h"
|
| +#include "sky/engine/wtf/unicode/CharacterNames.h"
|
| +#include "sky/engine/wtf/unicode/UTF8.h"
|
| +#include "sky/engine/wtf/unicode/Unicode.h"
|
|
|
| using namespace std;
|
|
|
|
|