| Index: Source/wtf/MemoryInstrumentation.cpp
|
| diff --git a/Source/wtf/MemoryInstrumentation.cpp b/Source/wtf/MemoryInstrumentation.cpp
|
| index fe6344b12f0adca9377c8c310bdf651d293c9518..56b50e166661b84335d57b1e8a092e3cb75e8b58 100644
|
| --- a/Source/wtf/MemoryInstrumentation.cpp
|
| +++ b/Source/wtf/MemoryInstrumentation.cpp
|
| @@ -31,12 +31,12 @@
|
| #include "config.h"
|
| #include "MemoryInstrumentation.h"
|
|
|
| -#include <wtf/MemoryObjectInfo.h>
|
| +#include "wtf/MemoryObjectInfo.h"
|
| #include <string.h>
|
|
|
| #if DEBUG_POINTER_INSTRUMENTATION
|
| #include <stdio.h>
|
| -#include <wtf/Assertions.h>
|
| +#include "wtf/Assertions.h"
|
| #endif
|
|
|
| namespace WTF {
|
|
|