Ignore:
Timestamp:
Sep 22, 2016, 11:59:47 AM (9 years ago)
Author:
Joseph Pecoraro
Message:

Remove a bunch of unnecessary includes
https://bugs.webkit.org/show_bug.cgi?id=162376

Reviewed by Mark Lam.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/JSObjectRef.cpp

    r205666 r206267  
    3131#include "APICast.h"
    3232#include "APIUtils.h"
    33 #include "ButterflyInlines.h"
    34 #include "CodeBlock.h"
    3533#include "DateConstructor.h"
    3634#include "ErrorConstructor.h"
     
    4139#include "JSAPIWrapperObject.h"
    4240#include "JSArray.h"
     41#include "JSCInlines.h"
    4342#include "JSCallbackConstructor.h"
    4443#include "JSCallbackFunction.h"
     
    5352#include "ObjectConstructor.h"
    5453#include "ObjectPrototype.h"
    55 #include "JSCInlines.h"
    5654#include "PropertyNameArray.h"
    5755#include "RegExpConstructor.h"
Note: See TracChangeset for help on using the changeset viewer.