From e9992fb6453209e93dee0f886fc8e3fe39ef89d4 Mon Sep 17 00:00:00 2001 From: imharrywu Date: Tue, 16 Sep 2014 15:53:04 +0800 Subject: [PATCH] remove include of chainparams.h chainparams.h has not been used in this cpp file already, consider to remove it for clean. --- src/rpcclient.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 81797248b..0279cd76e 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -8,7 +8,6 @@ #include "rpcprotocol.h" #include "util.h" #include "ui_interface.h" -#include "chainparams.h" // for Params().RPCPort() #include #include