| Index: Source/wtf/MemoryInstrumentationSequence.h
|
| diff --git a/Source/wtf/MemoryInstrumentationSequence.h b/Source/wtf/MemoryInstrumentationSequence.h
|
| index e3f739459f7353113e21b55fa282fd99bd673075..6165a431c317b138cc12981f966372a600386a0b 100644
|
| --- a/Source/wtf/MemoryInstrumentationSequence.h
|
| +++ b/Source/wtf/MemoryInstrumentationSequence.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef MemoryInstrumentationSequence_h
|
| #define MemoryInstrumentationSequence_h
|
|
|
| -#include <wtf/MemoryInstrumentation.h>
|
| -#include <wtf/TypeTraits.h>
|
| +#include "wtf/MemoryInstrumentation.h"
|
| +#include "wtf/TypeTraits.h"
|
|
|
| namespace WTF {
|
|
|
|
|