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

    r13824 r14821  
    2323#include "config.h"
    2424#include "regexp_object.h"
    25 
    26 #include <stdio.h>
     25#include "regexp_object.lut.h"
     26
    2727#include "value.h"
    2828#include "object.h"
     
    3333#include "regexp.h"
    3434#include "error_object.h"
    35 #include "lookup.h"
    36 
    37 #include "regexp_object.lut.h"
     35
     36#include <stdio.h>
    3837
    3938using namespace KJS;
Note: See TracChangeset for help on using the changeset viewer.