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/ftl/FTLLowerDFGToB3.cpp

    r261712 r261755  
    3030
    3131#include "AirCode.h"
    32 #include "AirGenerationContext.h"
    3332#include "AllowMacroScratchRegisterUsage.h"
    3433#include "AllowMacroScratchRegisterUsageIf.h"
    3534#include "AtomicsObject.h"
    3635#include "B3CheckValue.h"
    37 #include "B3FenceValue.h"
    3836#include "B3PatchpointValue.h"
    3937#include "B3SlotBaseValue.h"
     
    4240#include "ButterflyInlines.h"
    4341#include "CallFrameShuffler.h"
    44 #include "CodeBlockWithJITType.h"
    4542#include "DFGAbstractInterpreterInlines.h"
    4643#include "DFGCapabilities.h"
     
    5552#include "DirectArguments.h"
    5653#include "FTLAbstractHeapRepository.h"
    57 #include "FTLAvailableRecovery.h"
    5854#include "FTLExceptionTarget.h"
    5955#include "FTLForOSREntryJITCode.h"
     
    8884#include "JSInternalPromise.h"
    8985#include "JSLexicalEnvironment.h"
    90 #include "JSMap.h"
    9186#include "JSMapIterator.h"
    9287#include "JSSetIterator.h"
     
    9489#include "ProbeContext.h"
    9590#include "RegExpObject.h"
    96 #include "ScopedArguments.h"
    97 #include "ScopedArgumentsTable.h"
    9891#include "ScratchRegisterAllocator.h"
    9992#include "SetupVarargsFrame.h"
     
    10396#include "ThunkGenerators.h"
    10497#include "VirtualRegister.h"
    105 #include "Watchdog.h"
    10698#include <atomic>
    10799#include <wtf/Box.h>
    108 #include <wtf/Gigacage.h>
    109100#include <wtf/RecursableLambda.h>
    110101#include <wtf/StdUnorderedSet.h>
Note: See TracChangeset for help on using the changeset viewer.