Reorganize includes a bit. 273/head
authorsvost <ya.nowa@yandex.ru>
Fri, 12 Feb 2016 19:10:40 +0000 (22:10 +0300)
committersvost <ya.nowa@yandex.ru>
Fri, 12 Feb 2016 19:10:40 +0000 (22:10 +0300)
src/ecies.cpp
src/key.cpp
src/rpcrawtransaction.cpp

index 215d390..f2a86dd 100644 (file)
@@ -11,7 +11,6 @@
 #include "ies.h"
 #include <iostream>
 #include <vector>
-#include <openssl/ecdh.h>
 
 #define SET_ERROR(string) \
     sprintf(error, "%s %s:%d", (string), __FILE__, __LINE__)
index eb4f5c4..39a7ebb 100644 (file)
@@ -6,12 +6,9 @@
 
 #include <openssl/ecdsa.h>
 #include <openssl/obj_mac.h>
-#include <openssl/ssl.h>
-#include <openssl/ecdh.h>
 
 #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)
index 5bec8b4..fd40d5f 100644 (file)
@@ -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;