Changeset 44418 in webkit for trunk/JavaScriptCore/interpreter


Ignore:
Timestamp:
Jun 4, 2009, 10:44:03 AM (16 years ago)
Author:
[email protected]
Message:

2009-06-04 Brent Fulgham <[email protected]>

Build fix due to header include problem.

  • interpreter/Interpreter.h: Remove wtf from includes so that compile can find the headers in expected places.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/interpreter/Interpreter.h

    r44417 r44418  
    3131
    3232#include "ArgList.h"
     33#include "FastAllocBase.h"
     34#include "HashMap.h"
    3335#include "JSCell.h"
    3436#include "JSValue.h"
     
    3638#include "Opcode.h"
    3739#include "RegisterFile.h"
    38 #include <wtf/FastAllocBase.h>
    39 #include <wtf/HashMap.h>
    4040
    4141namespace JSC {
Note: See TracChangeset for help on using the changeset viewer.