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/B3ReduceLoopStrength.cpp

    r259786 r261755  
    3232#include "B3BlockInsertionSet.h"
    3333#include "B3ConstPtrValue.h"
    34 #include "B3EnsureLoopPreHeaders.h"
    3534#include "B3InsertionSet.h"
    3635#include "B3NaturalLoops.h"
     
    3837#include "B3ProcedureInlines.h"
    3938#include "B3ValueInlines.h"
    40 #include "B3Variable.h"
    41 #include "B3VariableValue.h"
    42 #include <wtf/GraphNodeWorklist.h>
    43 #include <wtf/IndexSet.h>
    4439#include <wtf/SmallPtrSet.h>
    4540#include <wtf/Vector.h>
Note: See TracChangeset for help on using the changeset viewer.