1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00

fixing includes.

This commit is contained in:
Henrik Hautakoski 2020-03-20 13:11:57 +01:00
parent 2851490b3e
commit bc90c2e9ef
6 changed files with 3 additions and 5 deletions

View file

@ -24,7 +24,6 @@
#ifndef EOSIOKEYGEN_CORE_DICTIONARY_H
#define EOSIOKEYGEN_CORE_DICTIONARY_H
#include <vector>
#include <string>
#include <map>
#include <set>

View file

@ -24,7 +24,6 @@
#ifndef EOSIOKEYGEN_CRYPTO_WIF_H
#define EOSIOKEYGEN_CRYPTO_WIF_H
#include <string>
#include <eoskeygen/crypto/types.h>
namespace eoskeygen {

View file

@ -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>

View file

@ -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 {

View file

@ -1,4 +1,5 @@
#include <vector>
#include <iostream>
#include <cstdio>
#include <iterator>

View file

@ -25,7 +25,6 @@
#define EOSIOKEYGEN_CORE_FILE_H
#include <eoskeygen/core/string.h>
#include <vector>
namespace eoskeygen {