mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-17 03:50:03 +02:00
Removing unused includes.
This commit is contained in:
parent
35bb2302dd
commit
5b4a45fa59
4 changed files with 2 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include "WIF.h"
|
||||
#include "ec.h"
|
||||
#include "key_search_helpers.h"
|
||||
#include "key_search.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@
|
|||
#define KEY_SEARCH_H
|
||||
|
||||
#include "string.h"
|
||||
#include "ec.h"
|
||||
|
||||
class KeySearch
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#include <thread>
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
#include "ec.h"
|
||||
#include "key_search_helpers.h"
|
||||
#include "key_search.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -24,11 +24,9 @@
|
|||
#ifdef HAVE_THREADS
|
||||
#include <thread>
|
||||
#endif /* HAVE_THREADS */
|
||||
#include <algorithm>
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include "string.h"
|
||||
#include "base58.h"
|
||||
#include "WIF.h"
|
||||
#include "ec.h"
|
||||
#include "key_search.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue