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/bytecompiler/NodesCodegen.cpp

    r261600 r261755  
    3333#include "BytecodeGeneratorBaseInlines.h"
    3434#include "CallFrame.h"
    35 #include "JIT.h"
    3635#include "JSArrayIterator.h"
    3736#include "JSAsyncGenerator.h"
    38 #include "JSCInlines.h"
    39 #include "JSFunction.h"
    4037#include "JSGenerator.h"
    41 #include "JSGlobalObject.h"
    4238#include "JSImmutableButterfly.h"
    4339#include "JSMapIterator.h"
     
    4541#include "JSStringIterator.h"
    4642#include "LabelScope.h"
    47 #include "Lexer.h"
    48 #include "Parser.h"
     43#include "LinkTimeConstant.h"
     44#include "ModuleScopeData.h"
    4945#include "StackAlignment.h"
    50 #include "UnlinkedMetadataTableInlines.h"
    5146#include "YarrFlags.h"
    5247#include <wtf/Assertions.h>
    53 #include <wtf/Threading.h>
    5448#include <wtf/text/StringBuilder.h>
    5549
Note: See TracChangeset for help on using the changeset viewer.