summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/JSInt32Array.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSInt32Array.h')
-rw-r--r--Source/JavaScriptCore/runtime/JSInt32Array.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/runtime/JSInt32Array.h b/Source/JavaScriptCore/runtime/JSInt32Array.h
index c8c4131e5..c13543e51 100644
--- a/Source/JavaScriptCore/runtime/JSInt32Array.h
+++ b/Source/JavaScriptCore/runtime/JSInt32Array.h
@@ -23,10 +23,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef JSInt32Array_h
-#define JSInt32Array_h
+#pragma once
#include "JSTypedArrays.h"
-
-#endif // JSInt32Array_h
-