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/dfg/DFGDriver.cpp

    r254926 r261755  
    2727#include "DFGDriver.h"
    2828
    29 #include "JSObject.h"
    30 #include "JSString.h"
    31 
    3229#include "CodeBlock.h"
    3330#include "DFGJITCode.h"
     
    3734#include "FunctionWhitelist.h"
    3835#include "JITCode.h"
    39 #include "JSCInlines.h"
    4036#include "Options.h"
    4137#include "ThunkGenerators.h"
    4238#include "TypeProfilerLog.h"
    43 #include <wtf/Atomics.h>
    4439#include <wtf/NeverDestroyed.h>
    45 
    46 #if ENABLE(FTL_JIT)
    47 #include "FTLThunks.h"
    48 #endif
    4940
    5041namespace JSC { namespace DFG {
Note: See TracChangeset for help on using the changeset viewer.