From 6107175727017775e1b7cbb40e62b7c61a077b7d Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 16 Apr 2018 02:59:11 +0300 Subject: [PATCH] -includes --- src/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 3255c3380..c2d360a9d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -13,9 +13,9 @@ #include "chainparams.h" #include "checkpoints.h" #include "checkqueue.h" -#include "consensus/upgrades.h" +//#include "consensus/upgrades.h" #include "consensus/validation.h" -#include "deprecation.h" +//#include "deprecation.h" #include "init.h" #include "merkleblock.h" #include "metrics.h" @@ -29,7 +29,7 @@ #include "utilmoneystr.h" #include "validationinterface.h" #include "wallet/asyncrpcoperation_sendmany.h" -#include "wallet/asyncrpcoperation_shieldcoinbase.h" +//#include "wallet/asyncrpcoperation_shieldcoinbase.h" #include