diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGFixupPhase.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGFixupPhase.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGFixupPhase.h b/Source/JavaScriptCore/dfg/DFGFixupPhase.h index d496d59b2..67ff44bf6 100644 --- a/Source/JavaScriptCore/dfg/DFGFixupPhase.h +++ b/Source/JavaScriptCore/dfg/DFGFixupPhase.h @@ -23,10 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef DFGFixupPhase_h -#define DFGFixupPhase_h - -#include <wtf/Platform.h> +#pragma once #if ENABLE(DFG_JIT) @@ -42,5 +39,3 @@ bool performFixup(Graph&); } } // namespace JSC::DFG::Phase #endif // ENABLE(DFG_JIT) - -#endif // DFGFixupPhase_h |