diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/Int8Array.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/Int8Array.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/JavaScriptCore/runtime/Int8Array.h b/Source/JavaScriptCore/runtime/Int8Array.h index 527a9a1db..2b0fe3c33 100644 --- a/Source/JavaScriptCore/runtime/Int8Array.h +++ b/Source/JavaScriptCore/runtime/Int8Array.h @@ -23,12 +23,8 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef Int8Array_h -#define Int8Array_h +#pragma once #include "TypedArrays.h" using JSC::Int8Array; - -#endif // Int8Array_h - |