diff options
Diffstat (limited to 'source/core/StarXXHash.hpp')
-rw-r--r-- | source/core/StarXXHash.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarXXHash.hpp b/source/core/StarXXHash.hpp index bce7566..eb29991 100644 --- a/source/core/StarXXHash.hpp +++ b/source/core/StarXXHash.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_XXHASH_HPP -#define STAR_XXHASH_HPP +#pragma once #include "StarString.hpp" #include "StarByteArray.hpp" @@ -204,5 +203,3 @@ inline uint64_t xxHash3(String const& in) { return xxHash3(in.utf8Ptr(), in.utf8Size()); } } - -#endif |