aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.cpp
diff options
context:
space:
mode:
authorimharrywu <imharrywu@users.noreply.github.com>2014-09-16 15:53:04 +0800
committerimharrywu <imharrywu@users.noreply.github.com>2014-09-16 15:53:04 +0800
commite9992fb6453209e93dee0f886fc8e3fe39ef89d4 (patch)
tree97d786acc6fb77f8f834ec4415a2fce3c7ec3413 /src/rpcclient.cpp
parentdc54e9db982118ec71cc11b8d027e5a569810cba (diff)
downloadbitcoin-e9992fb6453209e93dee0f886fc8e3fe39ef89d4.tar.xz
remove include of chainparams.h
chainparams.h has not been used in this cpp file already, consider to remove it for clean.
Diffstat (limited to 'src/rpcclient.cpp')
-rw-r--r--src/rpcclient.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp
index 81797248b4..0279cd76ec 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 <set>
#include <stdint.h>