Ignore:
Timestamp:
Mar 5, 2008, 2:20:12 PM (17 years ago)
Author:
[email protected]
Message:

Remove unused header includes from interpreter.cpp.

Reviewed by Darin.

  • kjs/interpreter.cpp: Remove unused header includes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/interpreter.cpp

    r30796 r30810  
    2727#include "JSGlobalObject.h"
    2828#include "Parser.h"
    29 #include "SavedBuiltins.h"
    30 #include "array_object.h"
    31 #include "bool_object.h"
    32 #include "collector.h"
    33 #include "date_object.h"
    3429#include "debugger.h"
    35 #include "error_object.h"
    36 #include "function_object.h"
    37 #include "internal.h"
    38 #include "math_object.h"
    39 #include "nodes.h"
    40 #include "number_object.h"
    41 #include "object.h"
    42 #include "object_object.h"
    43 #include "operations.h"
    44 #include "regexp_object.h"
    45 #include "string_object.h"
    46 #include "types.h"
    47 #include "value.h"
    48 #include <math.h>
    49 #include <signal.h>
    5030#include <stdio.h>
    51 #include <wtf/Assertions.h>
    5231
    5332#if !PLATFORM(WIN_OS)
Note: See TracChangeset for help on using the changeset viewer.