diff options
Diffstat (limited to 'Source/JavaScriptCore/heap/WeakHandleOwner.cpp')
-rw-r--r-- | Source/JavaScriptCore/heap/WeakHandleOwner.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/heap/WeakHandleOwner.cpp b/Source/JavaScriptCore/heap/WeakHandleOwner.cpp index 044518f7a..67e1774df 100644 --- a/Source/JavaScriptCore/heap/WeakHandleOwner.cpp +++ b/Source/JavaScriptCore/heap/WeakHandleOwner.cpp @@ -26,8 +26,6 @@ #include "config.h" #include "WeakHandleOwner.h" -#include "JSCInlines.h" - namespace JSC { class SlotVisitor; |