From bc90c2e9efda39c22ee189a161c5af881c2e51ea Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 20 Mar 2020 13:11:57 +0100 Subject: [PATCH] fixing includes. --- include/eoskeygen/core/dictionary.h | 1 - include/eoskeygen/crypto/WIF.h | 1 - include/eoskeygen/crypto/checksum.h | 2 +- include/eoskeygen/crypto/hash.h | 2 +- src/core/dictionary.cpp | 1 + src/core/file.h | 1 - 6 files changed, 3 insertions(+), 5 deletions(-) diff --git a/include/eoskeygen/core/dictionary.h b/include/eoskeygen/core/dictionary.h index 335ca89..acf7820 100644 --- a/include/eoskeygen/core/dictionary.h +++ b/include/eoskeygen/core/dictionary.h @@ -24,7 +24,6 @@ #ifndef EOSIOKEYGEN_CORE_DICTIONARY_H #define EOSIOKEYGEN_CORE_DICTIONARY_H -#include #include #include #include diff --git a/include/eoskeygen/crypto/WIF.h b/include/eoskeygen/crypto/WIF.h index 5572ce3..244f6ac 100644 --- a/include/eoskeygen/crypto/WIF.h +++ b/include/eoskeygen/crypto/WIF.h @@ -24,7 +24,6 @@ #ifndef EOSIOKEYGEN_CRYPTO_WIF_H #define EOSIOKEYGEN_CRYPTO_WIF_H -#include #include namespace eoskeygen { diff --git a/include/eoskeygen/crypto/checksum.h b/include/eoskeygen/crypto/checksum.h index 85ad8c4..953a5d8 100644 --- a/include/eoskeygen/crypto/checksum.h +++ b/include/eoskeygen/crypto/checksum.h @@ -24,7 +24,7 @@ #ifndef EOSIOKEYGEN_CRYPTO_EOS_CHECKSUM_H #define EOSIOKEYGEN_CRYPTO_EOS_CHECKSUM_H -#include +#include #include #include #include diff --git a/include/eoskeygen/crypto/hash.h b/include/eoskeygen/crypto/hash.h index 7219e22..4d487c2 100644 --- a/include/eoskeygen/crypto/hash.h +++ b/include/eoskeygen/crypto/hash.h @@ -24,7 +24,7 @@ #ifndef EOSIOKEYGEN_CRYPTO_HASH_H #define EOSIOKEYGEN_CRYPTO_HASH_H -#include +#include #include namespace eoskeygen { diff --git a/src/core/dictionary.cpp b/src/core/dictionary.cpp index 6aebcb9..b0d570d 100644 --- a/src/core/dictionary.cpp +++ b/src/core/dictionary.cpp @@ -1,4 +1,5 @@ +#include #include #include #include diff --git a/src/core/file.h b/src/core/file.h index 2167a6b..dac2790 100644 --- a/src/core/file.h +++ b/src/core/file.h @@ -25,7 +25,6 @@ #define EOSIOKEYGEN_CORE_FILE_H #include -#include namespace eoskeygen {