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/llint/LLIntData.cpp

    r255459 r261755  
    2828
    2929#include "ArithProfile.h"
    30 #include "BytecodeConventions.h"
    3130#include "CodeBlock.h"
    32 #include "CodeType.h"
    33 #include "Instruction.h"
    34 #include "JSScope.h"
    35 #include "LLIntCLoop.h"
    36 #include "MaxFrameExtentForSlowPathCall.h"
    3731#include "Opcode.h"
    38 #include "PropertyOffset.h"
    39 #include "ShadowChicken.h"
    4032#include "WriteBarrier.h"
    4133
Note: See TracChangeset for help on using the changeset viewer.