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/interpreter/Interpreter.cpp

    r205569 r206267  
    4343#include "Exception.h"
    4444#include "ExceptionHelpers.h"
    45 #include "GetterSetter.h"
    4645#include "JSArrayInlines.h"
    4746#include "JSBoundFunction.h"
     
    5958#include "ProtoCallFrame.h"
    6059#include "RegExpObject.h"
    61 #include "RegExpPrototype.h"
    6260#include "Register.h"
    6361#include "ScopedArguments.h"
Note: See TracChangeset for help on using the changeset viewer.