diff options
author | imharrywu <imharrywu@users.noreply.github.com> | 2014-09-16 15:53:04 +0800 |
---|---|---|
committer | imharrywu <imharrywu@users.noreply.github.com> | 2014-09-16 15:53:04 +0800 |
commit | e9992fb6453209e93dee0f886fc8e3fe39ef89d4 (patch) | |
tree | 97d786acc6fb77f8f834ec4415a2fce3c7ec3413 /src/rpcclient.cpp | |
parent | dc54e9db982118ec71cc11b8d027e5a569810cba (diff) |
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.cpp | 1 |
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> |