diff options
| author | imharrywu <[email protected]> | 2014-09-16 15:53:04 +0800 |
|---|---|---|
| committer | imharrywu <[email protected]> | 2014-09-16 15:53:04 +0800 |
| commit | e9992fb6453209e93dee0f886fc8e3fe39ef89d4 (patch) | |
| tree | 97d786acc6fb77f8f834ec4415a2fce3c7ec3413 /src/rpcclient.cpp | |
| parent | Merge pull request #4825 (diff) | |
| download | discoin-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.cpp | 1 |
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> |