| Index: sky/engine/wtf/text/WTFString.h
|
| diff --git a/sky/engine/wtf/text/WTFString.h b/sky/engine/wtf/text/WTFString.h
|
| index 6c35990b4df62119c42ab2c772f69fa23b23c2bd..71484c4856fa9be73c9515fd941bf9357443ffc0 100644
|
| --- a/sky/engine/wtf/text/WTFString.h
|
| +++ b/sky/engine/wtf/text/WTFString.h
|
| @@ -26,15 +26,11 @@
|
| // on systems without case-sensitive file systems.
|
| #include <string>
|
|
|
| -#include "wtf/HashTableDeletedValueType.h"
|
| -#include "wtf/WTFExport.h"
|
| -#include "wtf/text/ASCIIFastPath.h"
|
| -#include "wtf/text/StringImpl.h"
|
| -#include "wtf/text/StringView.h"
|
| -
|
| -#ifdef __OBJC__
|
| -#include <objc/objc.h>
|
| -#endif
|
| +#include "sky/engine/wtf/HashTableDeletedValueType.h"
|
| +#include "sky/engine/wtf/WTFExport.h"
|
| +#include "sky/engine/wtf/text/ASCIIFastPath.h"
|
| +#include "sky/engine/wtf/text/StringImpl.h"
|
| +#include "sky/engine/wtf/text/StringView.h"
|
|
|
| namespace WTF {
|
|
|
| @@ -689,5 +685,5 @@ using WTF::isAllSpecialCharacters;
|
| using WTF::isSpaceOrNewline;
|
| using WTF::reverseFind;
|
|
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
| #endif // WTFString_h
|
|
|