summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h')
-rw-r--r--Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h b/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h
index cde16806c..d2f7e1351 100644
--- a/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h
+++ b/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h
@@ -26,8 +26,6 @@
#ifndef DFGConstantFoldingPhase_h
#define DFGConstantFoldingPhase_h
-#include <wtf/Platform.h>
-
#if ENABLE(DFG_JIT)
namespace JSC { namespace DFG {