1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-27 10:53:42 +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

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