| Index: sky/engine/wtf/PartitionAllocTest.cpp
|
| diff --git a/sky/engine/wtf/PartitionAllocTest.cpp b/sky/engine/wtf/PartitionAllocTest.cpp
|
| index 7adc14a566f339f2e3d63fd5062b2d0f94f0a692..e2d2c911cbdc6793187be7c2984a914732b0cd48 100644
|
| --- a/sky/engine/wtf/PartitionAllocTest.cpp
|
| +++ b/sky/engine/wtf/PartitionAllocTest.cpp
|
| @@ -28,15 +28,15 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "wtf/PartitionAlloc.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/wtf/PartitionAlloc.h"
|
|
|
| -#include "wtf/BitwiseOperations.h"
|
| -#include "wtf/OwnPtr.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| #include <gtest/gtest.h>
|
| #include <stdlib.h>
|
| #include <string.h>
|
| +#include "sky/engine/wtf/BitwiseOperations.h"
|
| +#include "sky/engine/wtf/OwnPtr.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
|
|
| #if OS(POSIX)
|
| #include <sys/mman.h>
|
|
|