From 6aba6f08af53e3fa49ab4d1ef002e6771d0ce358 Mon Sep 17 00:00:00 2001 From: CryptoManiac Date: Sun, 13 Mar 2016 19:11:54 +0300 Subject: [PATCH] Remove unused includes. --- src/rpccrypt.cpp | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/rpccrypt.cpp b/src/rpccrypt.cpp index aaccb70..d892324 100644 --- a/src/rpccrypt.cpp +++ b/src/rpccrypt.cpp @@ -4,11 +4,8 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "wallet.h" -#include "walletdb.h" #include "bitcoinrpc.h" #include "init.h" -#include "util.h" -#include "ntp.h" #include "base58.h" using namespace json_spirit; -- 1.7.1