Ignore:
Timestamp:
Apr 11, 2006, 1:02:53 PM (19 years ago)
Author:
harrison
Message:

Reviewed by Darin.

  • fixed clean build, broken by Darin's check-in
  • kjs/date_object.cpp: Add needed include of lookup.h.
  • kjs/regexp_object.cpp: Move include of .lut.h file below other includes.
File:
1 edited

Legend:

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

    r13015 r13824  
    2424#include "regexp_object.h"
    2525
    26 #include "regexp_object.lut.h"
    27 
    2826#include <stdio.h>
    2927#include "value.h"
     
    3634#include "error_object.h"
    3735#include "lookup.h"
     36
     37#include "regexp_object.lut.h"
    3838
    3939using namespace KJS;
Note: See TracChangeset for help on using the changeset viewer.