diff options
Diffstat (limited to 'source/core/StarByteArray.hpp')
-rw-r--r-- | source/core/StarByteArray.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarByteArray.hpp b/source/core/StarByteArray.hpp index cb5633b..9b3e410 100644 --- a/source/core/StarByteArray.hpp +++ b/source/core/StarByteArray.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_BYTE_ARRAY_H -#define STAR_BYTE_ARRAY_H +#pragma once #include "StarHash.hpp" #include "StarException.hpp" @@ -257,5 +256,3 @@ inline size_t hash<ByteArray>::operator()(ByteArray const& b) const { } template <> struct fmt::formatter<Star::ByteArray> : ostream_formatter {}; - -#endif |