summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/dfg/DFGCPSRethreadingPhase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGCPSRethreadingPhase.h')
-rw-r--r--Source/JavaScriptCore/dfg/DFGCPSRethreadingPhase.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGCPSRethreadingPhase.h b/Source/JavaScriptCore/dfg/DFGCPSRethreadingPhase.h
index 128847f2e..8aa2ac00c 100644
--- a/Source/JavaScriptCore/dfg/DFGCPSRethreadingPhase.h
+++ b/Source/JavaScriptCore/dfg/DFGCPSRethreadingPhase.h
@@ -23,10 +23,7 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef DFGCPSRethreadingPhase_h
-#define DFGCPSRethreadingPhase_h
-
-#include <wtf/Platform.h>
+#pragma once
#if ENABLE(DFG_JIT)
@@ -45,6 +42,3 @@ bool performCPSRethreading(Graph&);
} } // namespace JSC::DFG
#endif // ENABLE(DFG_JIT)
-
-#endif // DFGCPSRethreadingPhase_h
-