diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h')
-rw-r--r-- | Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h b/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h index bd8063a0c..73075129a 100644 --- a/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h +++ b/Source/JavaScriptCore/dfg/DFGEdgeUsesStructure.h @@ -23,10 +23,7 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef DFGEdgeUsesStructure_h -#define DFGEdgeUsesStructure_h - -#include <wtf/Platform.h> +#pragma once #if ENABLE(DFG_JIT) @@ -62,6 +59,3 @@ inline bool edgesUseStructure(Graph& graph, Node* node) } } // namespace JSC::DFG #endif // ENABLE(DFG_JIT) - -#endif // DFGEdgeUsesStructure_h - |