diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/JSInt16Array.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/JSInt16Array.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/runtime/JSInt16Array.h b/Source/JavaScriptCore/runtime/JSInt16Array.h index 803ee35fc..c13543e51 100644 --- a/Source/JavaScriptCore/runtime/JSInt16Array.h +++ b/Source/JavaScriptCore/runtime/JSInt16Array.h @@ -23,10 +23,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef JSInt16Array_h -#define JSInt16Array_h +#pragma once #include "JSTypedArrays.h" - -#endif // JSInt16Array_h - |