| Index: sky/engine/wtf/FastMalloc.cpp
|
| diff --git a/sky/engine/wtf/FastMalloc.cpp b/sky/engine/wtf/FastMalloc.cpp
|
| index 68f79bd24baa0200fd8c37b3ab110df5ff218cbc..ff1799213f6b3499d6ff537fa2b76179ec2ab105 100644
|
| --- a/sky/engine/wtf/FastMalloc.cpp
|
| +++ b/sky/engine/wtf/FastMalloc.cpp
|
| @@ -28,12 +28,12 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#include "config.h"
|
| -#include "wtf/FastMalloc.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/FastMalloc.h"
|
|
|
| -#include "wtf/PartitionAlloc.h"
|
| -#include "wtf/SpinLock.h"
|
| #include <string.h>
|
| +#include "sky/engine/wtf/PartitionAlloc.h"
|
| +#include "sky/engine/wtf/SpinLock.h"
|
|
|
| namespace WTF {
|
|
|
|
|