summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/jit/ThunkGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/jit/ThunkGenerator.h')
-rw-r--r--Source/JavaScriptCore/jit/ThunkGenerator.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/Source/JavaScriptCore/jit/ThunkGenerator.h b/Source/JavaScriptCore/jit/ThunkGenerator.h
index a9d7e04ee..d38ec2334 100644
--- a/Source/JavaScriptCore/jit/ThunkGenerator.h
+++ b/Source/JavaScriptCore/jit/ThunkGenerator.h
@@ -23,10 +23,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef ThunkGenerator_h
-#define ThunkGenerator_h
-
-#include <wtf/Platform.h>
+#pragma once
#if ENABLE(JIT)
@@ -39,6 +36,3 @@ typedef MacroAssemblerCodeRef (*ThunkGenerator)(VM*);
} // namespace JSC
#endif // ENABLE(JIT)
-
-#endif // ThunkGenerator_h
-