| Index: sky/engine/wtf/text/CString.cpp
|
| diff --git a/sky/engine/wtf/text/CString.cpp b/sky/engine/wtf/text/CString.cpp
|
| index 7de062038d107ae1cc4a37f657c2681828abbe6f..dec67df49bdffbc5d3a8aba618b663502eb420f0 100644
|
| --- a/sky/engine/wtf/text/CString.cpp
|
| +++ b/sky/engine/wtf/text/CString.cpp
|
| @@ -24,12 +24,12 @@
|
| */
|
|
|
|
|
| -#include "config.h"
|
| -#include "CString.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
|
|
| -#include "wtf/PartitionAlloc.h"
|
| -#include "wtf/WTF.h"
|
| #include <string.h>
|
| +#include "sky/engine/wtf/PartitionAlloc.h"
|
| +#include "sky/engine/wtf/WTF.h"
|
|
|
| using namespace std;
|
|
|
|
|