Ignore:
Timestamp:
Feb 4, 2010, 9:33:55 PM (15 years ago)
Author:
[email protected]
Message:

2010-02-04 Daniel Bates <[email protected]>

[Qt] Unreviewed, build fix for Qt bot.

  • runtime/JSStringBuilder.h: Changed #include <X.h> notation #include "X.h".
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/runtime/JSStringBuilder.h

    r54394 r54403  
    2727#define JSStringBuilder_h
    2828
    29 #include <ExceptionHelpers.h>
    30 #include <JSString.h>
    31 #include <StringBuilder.h>
     29#include "ExceptionHelpers.h"
     30#include "JSString.h"
     31#include "StringBuilder.h"
    3232
    3333namespace JSC {
Note: See TracChangeset for help on using the changeset viewer.