diff options
Diffstat (limited to 'source/core/StarSecureRandom.hpp')
-rw-r--r-- | source/core/StarSecureRandom.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarSecureRandom.hpp b/source/core/StarSecureRandom.hpp index e4110b0..d8b9754 100644 --- a/source/core/StarSecureRandom.hpp +++ b/source/core/StarSecureRandom.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_SECURE_RANDOM_HPP -#define STAR_SECURE_RANDOM_HPP +#pragma once #include "StarByteArray.hpp" @@ -10,5 +9,3 @@ namespace Star { ByteArray secureRandomBytes(size_t size); } - -#endif |