From 59b149ff829a0c7e5f18e908a3734a5a447e7007 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Thu, 23 Apr 2015 14:56:05 +0200 Subject: [PATCH] remove unneeded incude of wallet/db.h from rpcmining.cpp --- src/rpcmining.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rpcmining.cpp b/src/rpcmining.cpp index 24b865150..a6a8b9422 100644 --- a/src/rpcmining.cpp +++ b/src/rpcmining.cpp @@ -16,7 +16,6 @@ #include "util.h" #include "validationinterface.h" #ifdef ENABLE_WALLET -#include "wallet/db.h" #include "wallet/wallet.h" #endif