summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/heap/PassWeak.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/heap/PassWeak.h')
-rw-r--r--Source/JavaScriptCore/heap/PassWeak.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/JavaScriptCore/heap/PassWeak.h b/Source/JavaScriptCore/heap/PassWeak.h
index b7aa7b10d..0d86e6c65 100644
--- a/Source/JavaScriptCore/heap/PassWeak.h
+++ b/Source/JavaScriptCore/heap/PassWeak.h
@@ -26,10 +26,10 @@
#ifndef PassWeak_h
#define PassWeak_h
-#include "Assertions.h"
+#include <wtf/Assertions.h>
#include "Handle.h"
-#include "NullPtr.h"
-#include "TypeTraits.h"
+#include <wtf/NullPtr.h>
+#include <wtf/TypeTraits.h>
namespace JSC {