From 6db849791e675fa14d1222f86011ec6c08c84183 Mon Sep 17 00:00:00 2001 From: svost Date: Fri, 12 Feb 2016 22:10:40 +0300 Subject: [PATCH] Reorganize includes a bit. --- src/ecies.cpp | 1 - src/key.cpp | 3 --- src/rpcrawtransaction.cpp | 2 -- 3 files changed, 0 insertions(+), 6 deletions(-) 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; -- 1.7.1