X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174..refs/heads/master:/bytecode/MethodOfGettingAValueProfile.h diff --git a/bytecode/MethodOfGettingAValueProfile.h b/bytecode/MethodOfGettingAValueProfile.h index 0f5c2be..846f8cf 100644 --- a/bytecode/MethodOfGettingAValueProfile.h +++ b/bytecode/MethodOfGettingAValueProfile.h @@ -26,15 +26,13 @@ #ifndef MethodOfGettingAValueProfile_h #define MethodOfGettingAValueProfile_h -#include - // 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 {