]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecode/MethodOfGettingAValueProfile.h
JavaScriptCore-7600.1.4.11.8.tar.gz
[apple/javascriptcore.git] / bytecode / MethodOfGettingAValueProfile.h
index 0f5c2be7b6628653dce25265cebfb77685bf4538..846f8cf7ae2af9d83e30ecbc059cc9765c280c4a 100644 (file)
 #ifndef MethodOfGettingAValueProfile_h
 #define MethodOfGettingAValueProfile_h
 
-#include <wtf/Platform.h>
-
 // This is guarded by ENABLE_DFG_JIT only because it uses some value profiles
 // that are currently only used if the DFG is enabled (i.e. they are not
 // available in the profile-only configuration). Hopefully someday all of
 // these #if's will disappear...
 #if ENABLE(DFG_JIT)
 
-#include "JSValue.h"
+#include "JSCJSValue.h"
 
 namespace JSC {