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

    r13821 r14821  
    2222#include "config.h"
    2323#include "math_object.h"
    24 
    25 #include "lookup.h"
     24#include "math_object.lut.h"
     25
    2626#include "operations.h"
    2727#include <math.h>
    2828#include <time.h>
    29 
    30 #include "math_object.lut.h"
    3129
    3230#if PLATFORM(WIN_OS)
Note: See TracChangeset for help on using the changeset viewer.