commit | 0ebe33cf3974b16c0c4c1daeb8a96f0503f8e47a | [log] [tgz] |
---|---|---|
author | ross.kirsling@sony.com <ross.kirsling@sony.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Fri May 15 19:39:36 2020 +0000 |
committer | ross.kirsling@sony.com <ross.kirsling@sony.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Fri May 15 19:39:36 2020 +0000 |
tree | 44f8b5c78546d61e6ea29c2d663387135f77fa7a | |
parent | b2bb7882e8451aa5da7731356462913cd93b6ba4 [diff] [blame] |
[IWYU] Remove unnecessary includes from JSC implementation files https://bugs.webkit.org/show_bug.cgi?id=211867 Reviewed by Keith Miller. * API/: * assembler/: * b3/: * bindings/: * builtins/BuiltinExecutables.cpp: * bytecode/: * bytecompiler/: * debugger/: * dfg/: * disassembler/: * ftl/: * heap/: * inspector/: * interpreter/: * jit/: * jsc.cpp: * llint/: * parser/: * profiler/: * runtime/: * testRegExp.cpp: * tools/: * wasm/: * yarr/: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@261755 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/Source/JavaScriptCore/bytecode/LazyOperandValueProfile.cpp b/Source/JavaScriptCore/bytecode/LazyOperandValueProfile.cpp index 4a186d0..617ce5d 100644 --- a/Source/JavaScriptCore/bytecode/LazyOperandValueProfile.cpp +++ b/Source/JavaScriptCore/bytecode/LazyOperandValueProfile.cpp
@@ -26,7 +26,7 @@ #include "config.h" #include "LazyOperandValueProfile.h" -#include "JSCInlines.h" +#include "JSCJSValueInlines.h" namespace JSC {