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

move some of the headers that should be included in the library to "include/eoskeygen" folder.

This commit is contained in:
Henrik Hautakoski 2020-03-19 08:11:58 +01:00
parent 6bf611f7d0
commit 8035e3233c
23 changed files with 35 additions and 33 deletions

View file

@ -22,8 +22,8 @@
* SOFTWARE.
*/
#include <iostream>
#include "core/dictionary.h"
#include "crypto/WIF.h"
#include <eoskeygen/core/dictionary.h>
#include <eoskeygen/crypto/WIF.h>
#include "console.h"
#include "key_search_helpers.h"