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

libeosio .h files are renamed to .hpp

This commit is contained in:
Henrik Hautakoski 2020-04-19 11:17:15 +02:00
parent 9e9e96b954
commit e5cb4a72f6
10 changed files with 14 additions and 14 deletions

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
#include <chrono>
#include <libeosio/ec.h>
#include <libeosio/ec.hpp>
#include "benchmark.hpp"
using std::chrono::steady_clock;

View file

@ -22,7 +22,7 @@
* SOFTWARE.
*/
#include <iostream>
#include <libeosio/WIF.h>
#include <libeosio/WIF.hpp>
#include <eoskeygen/core/dictionary.h>
#include "console.hpp"
#include "cli_key_search_result.hpp"

View file

@ -24,7 +24,7 @@
#ifndef EOSIOKEYGEN_KEY_SEARCH_HELPERS_H
#define EOSIOKEYGEN_KEY_SEARCH_HELPERS_H
#include <libeosio/types.h>
#include <libeosio/types.hpp>
#include <eoskeygen/core/string.h>
#include <eoskeygen/key_search.h>
#include <eoskeygen/key_search_result.h>

View file

@ -23,9 +23,9 @@
*/
#include <iostream>
#include <cstring>
#include <libeosio/base58.h>
#include <libeosio/ec.h>
#include <libeosio/WIF.h>
#include <libeosio/base58.hpp>
#include <libeosio/ec.hpp>
#include <libeosio/WIF.hpp>
#include <eoskeygen/config.h>
#include <eoskeygen/core/file.h>
#include <eoskeygen/core/string.h>