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/runtime/NativeExecutable.cpp

    r257695 r261755  
    2525
    2626#include "config.h"
     27#include "NativeExecutable.h"
    2728
    28 #include "BatchedTransitionOptimizer.h"
    29 #include "CodeBlock.h"
    30 #include "Debugger.h"
    31 #include "ExecutableBaseInlines.h"
    32 #include "JIT.h"
    3329#include "JSCInlines.h"
    34 #include "LLIntEntrypoint.h"
    35 #include "Parser.h"
    36 #include "TypeProfiler.h"
    37 #include "VMInlines.h"
    38 #include <wtf/CommaPrinter.h>
    3930
    4031namespace JSC {
Note: See TracChangeset for help on using the changeset viewer.