From: svost Date: Fri, 12 Feb 2016 19:10:40 +0000 (+0300) Subject: Reorganize includes a bit. X-Git-Tag: nvc-v0.5.6~81^2~1^2 X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=commitdiff_plain;h=6db849791e675fa14d1222f86011ec6c08c84183 Reorganize includes a bit. --- diff --git a/src/ecies.cpp b/src/ecies.cpp index 215d390..f2a86dd 100644 --- a/src/ecies.cpp +++ b/src/ecies.cpp @@ -11,7 +11,6 @@ #include "ies.h" #include #include -#include #define SET_ERROR(string) \ sprintf(error, "%s %s:%d", (string), __FILE__, __LINE__) diff --git a/src/key.cpp b/src/key.cpp index eb4f5c4..39a7ebb 100644 --- a/src/key.cpp +++ b/src/key.cpp @@ -6,12 +6,9 @@ #include #include -#include -#include #include "key.h" #include "base58.h" -#include "ies.h" // Generate a private key from just the secret parameter int EC_KEY_regenerate_key(EC_KEY *eckey, BIGNUM *priv_key) diff --git a/src/rpcrawtransaction.cpp b/src/rpcrawtransaction.cpp index 5bec8b4..fd40d5f 100644 --- a/src/rpcrawtransaction.cpp +++ b/src/rpcrawtransaction.cpp @@ -12,8 +12,6 @@ #include "main.h" #include "net.h" #include "wallet.h" -#include "script.h" -#include "util.h" using namespace std; using namespace boost;