| Index: Source/wtf/ThreadRestrictionVerifier.h
|
| diff --git a/Source/wtf/ThreadRestrictionVerifier.h b/Source/wtf/ThreadRestrictionVerifier.h
|
| index 9a929febca4c6bb883246f8bf963877f068a3049..b30af831a8daa81a76c9fd7b75de55b5b9ed0699 100644
|
| --- a/Source/wtf/ThreadRestrictionVerifier.h
|
| +++ b/Source/wtf/ThreadRestrictionVerifier.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef ThreadRestrictionVerifier_h
|
| #define ThreadRestrictionVerifier_h
|
|
|
| -#include <wtf/Assertions.h>
|
| -#include <wtf/Threading.h>
|
| -#include <wtf/ThreadingPrimitives.h>
|
| +#include "wtf/Assertions.h"
|
| +#include "wtf/Threading.h"
|
| +#include "wtf/ThreadingPrimitives.h"
|
|
|
| #if HAVE(DISPATCH_H)
|
| #include <dispatch/dispatch.h>
|
|
|