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