| Index: Source/wtf/Functional.h
|
| diff --git a/Source/wtf/Functional.h b/Source/wtf/Functional.h
|
| index 4aee3546df2e244267072ce200220ef55473f154..e0adb5f01ab182c7cf106915fa6fa9c634f84220 100644
|
| --- a/Source/wtf/Functional.h
|
| +++ b/Source/wtf/Functional.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef WTF_Functional_h
|
| #define WTF_Functional_h
|
|
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefPtr.h>
|
| -#include <wtf/ThreadSafeRefCounted.h>
|
| -#include <wtf/WeakPtr.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefPtr.h"
|
| +#include "wtf/ThreadSafeRefCounted.h"
|
| +#include "wtf/WeakPtr.h"
|
|
|
| namespace WTF {
|
|
|
|
|