Ignore:
Timestamp:
May 15, 2020, 12:39:36 PM (5 years ago)
Author:
Ross Kirsling
Message:

[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/:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JITExceptions.cpp

    r254735 r261755  
    3030#include "CatchScope.h"
    3131#include "CodeBlock.h"
    32 #include "Disassembler.h"
    33 #include "EntryFrame.h"
    3432#include "Interpreter.h"
    35 #include "JSCInlines.h"
    36 #include "JSCJSValue.h"
     33#include "JSCJSValueInlines.h"
    3734#include "LLIntData.h"
    38 #include "LLIntOpcode.h"
    39 #include "LLIntThunks.h"
    4035#include "Opcode.h"
    4136#include "ShadowChicken.h"
Note: See TracChangeset for help on using the changeset viewer.