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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h b/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h
index cde16806c..fc67366b5 100644
--- a/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h
+++ b/Source/JavaScriptCore/dfg/DFGConstantFoldingPhase.h
@@ -23,10 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef DFGConstantFoldingPhase_h
-#define DFGConstantFoldingPhase_h
-
-#include <wtf/Platform.h>
+#pragma once
#if ENABLE(DFG_JIT)
@@ -43,6 +40,3 @@ bool performConstantFolding(Graph&);
} } // namespace JSC::DFG
#endif // ENABLE(DFG_JIT)
-
-#endif // DFGConstantFoldingPhase_h
-