Ignore:
Timestamp:
Jun 12, 2006, 12:02:59 PM (19 years ago)
Author:
ggaren
Message:

Reviewed by Maciej.


  • Have *.lut.h files #include lookup.h to eliminate surprising header include order dependency.
  • DerivedSources.make:
  • kjs/array_object.cpp:
  • kjs/date_object.cpp:
  • kjs/date_object.h: (KJS::DateProtoFunc::):
  • kjs/lexer.cpp:
  • kjs/math_object.cpp:
  • kjs/number_object.cpp:
  • kjs/regexp_object.cpp:
  • kjs/string_object.cpp:
File:
1 edited

Legend:

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

    r14742 r14821  
    2323#include "config.h"
    2424#include "string_object.h"
     25#include "string_object.lut.h"
    2526
    2627#include "error_object.h"
    27 #include "lookup.h"
    2828#include "operations.h"
    2929#include "reference_list.h"
    3030#include "regexp_object.h"
    3131#include <wtf/unicode/Unicode.h>
    32 
    33 #include "string_object.lut.h"
    3432
    3533using namespace KJS;
Note: See TracChangeset for help on using the changeset viewer.