diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h b/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h index b18ff9505..ccb0cea88 100644 --- a/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h +++ b/Source/JavaScriptCore/dfg/DFGStackLayoutPhase.h @@ -26,8 +26,6 @@ #ifndef DFGStackLayoutPhase_h #define DFGStackLayoutPhase_h -#include <wtf/Platform.h> - #if ENABLE(DFG_JIT) namespace JSC { namespace DFG { |