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/wasm/WasmSlowPaths.cpp

    r261464 r261755  
    3030
    3131#include "BytecodeStructs.h"
    32 #include "ExceptionFuzz.h"
    33 #include "FrameTracers.h"
    3432#include "LLIntData.h"
    3533#include "WasmBBQPlan.h"
    3634#include "WasmCallee.h"
    37 #include "WasmCompilationMode.h"
    38 #include "WasmContextInlines.h"
    3935#include "WasmFunctionCodeBlock.h"
    4036#include "WasmInstance.h"
     
    4440#include "WasmOperations.h"
    4541#include "WasmSignatureInlines.h"
    46 #include "WasmThunks.h"
    4742#include "WasmWorklist.h"
    4843
Note: See TracChangeset for help on using the changeset viewer.