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/b3/B3FoldPathConstants.cpp

    r254087 r261755  
    3232#include "B3CaseCollectionInlines.h"
    3333#include "B3Dominators.h"
    34 #include "B3InsertionSetInlines.h"
     34#include "B3InsertionSet.h"
    3535#include "B3PhaseScope.h"
    36 #include "B3ProcedureInlines.h"
    3736#include "B3SwitchValue.h"
    3837#include "B3ValueInlines.h"
Note: See TracChangeset for help on using the changeset viewer.