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

    r261464 r261755  
    2424#include "InitializeThreading.h"
    2525#include "JSCInlines.h"
    26 #include "JSGlobalObject.h"
    2726#include "YarrFlags.h"
    28 #include <errno.h>
    2927#include <stdio.h>
    3028#include <stdlib.h>
     
    3230#include <wtf/Vector.h>
    3331#include <wtf/text/StringBuilder.h>
    34 
    35 #if !OS(WINDOWS)
    36 #include <unistd.h>
    37 #endif
    38 
    39 #if HAVE(SYS_TIME_H)
    40 #include <sys/time.h>
    41 #endif
    4232
    4333#if COMPILER(MSVC)
Note: See TracChangeset for help on using the changeset viewer.