aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.cpp
diff options
context:
space:
mode:
authorimharrywu <[email protected]>2014-09-16 15:53:04 +0800
committerimharrywu <[email protected]>2014-09-16 15:53:04 +0800
commite9992fb6453209e93dee0f886fc8e3fe39ef89d4 (patch)
tree97d786acc6fb77f8f834ec4415a2fce3c7ec3413 /src/rpcclient.cpp
parentMerge pull request #4825 (diff)
downloaddiscoin-e9992fb6453209e93dee0f886fc8e3fe39ef89d4.tar.xz
discoin-e9992fb6453209e93dee0f886fc8e3fe39ef89d4.zip
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 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 <set>
#include <stdint.h>