Ignore:
Timestamp:
Nov 9, 2010, 3:36:19 PM (15 years ago)
Author:
[email protected]
Message:

<http://webkit.org/b/49279> Fix include statements for local headers

Reviewed by Gavin Barraclough.

Use "Foo.h" instead of <Foo.h> for local headers.

  • assembler/AbstractMacroAssembler.h: Also fixed sort order.
  • assembler/CodeLocation.h:
  • yarr/RegexJIT.h:
  • yarr/RegexParser.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/yarr/RegexJIT.h

    r67146 r71691  
    3131#include "MacroAssembler.h"
    3232#include "RegexPattern.h"
    33 #include <UString.h>
     33#include "UString.h"
    3434
    35 #include <pcre.h>
     35#include "pcre.h"
    3636struct JSRegExp; // temporary, remove when fallback is removed.
    3737
Note: See TracChangeset for help on using the changeset viewer.