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/ftl/FTLOSRExitCompiler.cpp

    r261464 r261755  
    3232#include "CheckpointOSRExitSideState.h"
    3333#include "DFGOSRExitCompilerCommon.h"
    34 #include "FTLExitArgumentForOperand.h"
    3534#include "FTLJITCode.h"
    3635#include "FTLLocation.h"
     
    3938#include "FTLState.h"
    4039#include "FTLSaveRestore.h"
    41 #include "JSCInlines.h"
    4240#include "LinkBuffer.h"
    4341#include "MaxFrameExtentForSlowPathCall.h"
Note: See TracChangeset for help on using the changeset viewer.