summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/runtime/Int32Array.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/runtime/Int32Array.h')
-rw-r--r--Source/JavaScriptCore/runtime/Int32Array.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/runtime/Int32Array.h b/Source/JavaScriptCore/runtime/Int32Array.h
index 120061fbc..ca5b2aa57 100644
--- a/Source/JavaScriptCore/runtime/Int32Array.h
+++ b/Source/JavaScriptCore/runtime/Int32Array.h
@@ -23,12 +23,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef Int32Array_h
-#define Int32Array_h
+#pragma once
#include "TypedArrays.h"
using JSC::Int32Array;
-
-#endif // Int32Array_h
-