mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
fixing includes.
This commit is contained in:
parent
2851490b3e
commit
bc90c2e9ef
6 changed files with 3 additions and 5 deletions
|
|
@ -24,7 +24,6 @@
|
|||
#ifndef EOSIOKEYGEN_CORE_DICTIONARY_H
|
||||
#define EOSIOKEYGEN_CORE_DICTIONARY_H
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@
|
|||
#ifndef EOSIOKEYGEN_CRYPTO_WIF_H
|
||||
#define EOSIOKEYGEN_CRYPTO_WIF_H
|
||||
|
||||
#include <string>
|
||||
#include <eoskeygen/crypto/types.h>
|
||||
|
||||
namespace eoskeygen {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef EOSIOKEYGEN_CRYPTO_EOS_CHECKSUM_H
|
||||
#define EOSIOKEYGEN_CRYPTO_EOS_CHECKSUM_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <cstring>
|
||||
#include <array>
|
||||
#include <eoskeygen/crypto/hash.h>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#ifndef EOSIOKEYGEN_CRYPTO_HASH_H
|
||||
#define EOSIOKEYGEN_CRYPTO_HASH_H
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <eoskeygen/crypto/types.h>
|
||||
|
||||
namespace eoskeygen {
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
#include <cstdio>
|
||||
#include <iterator>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
#define EOSIOKEYGEN_CORE_FILE_H
|
||||
|
||||
#include <eoskeygen/core/string.h>
|
||||
#include <vector>
|
||||
|
||||
namespace eoskeygen {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue