Ignore:
Timestamp:
Oct 19, 2013, 5:01:17 PM (12 years ago)
Author:
[email protected]
Message:

Some includes in JSC seem to use an incorrect style
https://bugs.webkit.org/show_bug.cgi?id=123057

Reviewed by Geoffrey Garen.

Changed pseudo-system includes to user ones.

  • API/JSContextRef.cpp:
  • API/JSStringRefCF.cpp:
  • API/JSValueRef.cpp:
  • API/OpaqueJSString.cpp:
  • jit/JIT.h:
  • parser/SyntaxChecker.h:
  • runtime/WeakGCMap.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/API/JSValueRef.cpp

    r154038 r157688  
    3030#include "APIShims.h"
    3131#include "JSAPIWrapperObject.h"
     32#include "JSCJSValue.h"
    3233#include "JSCallbackObject.h"
    33 
    34 #include <runtime/JSCJSValue.h>
    35 #include <runtime/JSGlobalObject.h>
    36 #include <runtime/JSONObject.h>
    37 #include <runtime/JSString.h>
    38 #include <runtime/LiteralParser.h>
    39 #include <runtime/Operations.h>
    40 #include <runtime/Protect.h>
     34#include "JSGlobalObject.h"
     35#include "JSONObject.h"
     36#include "JSString.h"
     37#include "LiteralParser.h"
     38#include "Operations.h"
     39#include "Protect.h"
    4140
    4241#include <wtf/Assertions.h>
Note: See TracChangeset for help on using the changeset viewer.