]> git.saurik.com Git - apple/javascriptcore.git/blobdiff - bytecode/MethodOfGettingAValueProfile.h
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / bytecode / MethodOfGettingAValueProfile.h
index c6fe6c5f03fa828cbef0bc11302008768116b4b1..846f8cf7ae2af9d83e30ecbc059cc9765c280c4a 100644 (file)
@@ -26,8 +26,6 @@
 #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