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