1
0
Fork 0
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:
Henrik Hautakoski 2020-01-15 17:13:59 +01:00
parent 35bb2302dd
commit 5b4a45fa59
4 changed files with 2 additions and 5 deletions

View file

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