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