0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-03 09:56:38 -05:00

remove include of chainparams.h

chainparams.h has not been used in this cpp file already, consider to remove it for clean.
This commit is contained in:
imharrywu 2014-09-16 15:53:04 +08:00
parent dc54e9db98
commit e9992fb645

View file

@ -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>