diff options
Diffstat (limited to 'src/common/Cryptography/SessionKeyGenerator.h')
-rw-r--r-- | src/common/Cryptography/SessionKeyGenerator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/Cryptography/SessionKeyGenerator.h b/src/common/Cryptography/SessionKeyGenerator.h index 144ff00ff56..92485004766 100644 --- a/src/common/Cryptography/SessionKeyGenerator.h +++ b/src/common/Cryptography/SessionKeyGenerator.h @@ -15,12 +15,12 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <cstring> -#include "CryptoHash.h" - #ifndef TRINITY_SESSIONKEYGENERATOR_HPP #define TRINITY_SESSIONKEYGENERATOR_HPP +#include <cstring> +#include "CryptoHash.h" + template <typename Hash> class SessionKeyGenerator { |