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/JSGlobalObjectFunctions.cpp

    r259767 r261755  
    2828#include "CallFrame.h"
    2929#include "CatchScope.h"
    30 #include "EvalExecutable.h"
    3130#include "Exception.h"
    3231#include "IndirectEvalExecutable.h"
    3332#include "Interpreter.h"
    3433#include "IntlDateTimeFormat.h"
    35 #include "IntlObject.h"
    36 #include "JSCInlines.h"
    37 #include "JSFunction.h"
    3834#include "JSGlobalObject.h"
    3935#include "JSInternalPromise.h"
     
    4339#include "Lexer.h"
    4440#include "LiteralParser.h"
    45 #include "Nodes.h"
    4641#include "ObjectConstructor.h"
    47 #include "JSCInlines.h"
    4842#include "ParseInt.h"
    49 #include "Parser.h"
    50 #include "StackVisitor.h"
    5143#include <stdio.h>
    52 #include <stdlib.h>
    53 #include <unicode/utf8.h>
    5444#include <wtf/ASCIICType.h>
    5545#include <wtf/Assertions.h>
    5646#include <wtf/HexNumber.h>
    57 #include <wtf/MathExtras.h>
    5847#include <wtf/dtoa.h>
    5948#include <wtf/text/StringBuilder.h>
Note: See TracChangeset for help on using the changeset viewer.