diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-11-27 14:15:33 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-11-27 14:16:36 +0100 |
| commit | 5f083afde18aac9ae0daeef4f04e33fa530f2126 (patch) | |
| tree | 9e90aa7e7aae86b971bbe9ad7ec32b8211da0d4b /src/rpcnet.cpp | |
| parent | Merge pull request #3296 (diff) | |
| parent | Split up bitcoinrpc (code movement only) (diff) | |
| download | discoin-5f083afde18aac9ae0daeef4f04e33fa530f2126.tar.xz discoin-5f083afde18aac9ae0daeef4f04e33fa530f2126.zip | |
Merge pull request #3284
fb78cc2 Split up bitcoinrpc (code movement only) (Wladimir J. van der Laan)
Diffstat (limited to 'src/rpcnet.cpp')
| -rw-r--r-- | src/rpcnet.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rpcnet.cpp b/src/rpcnet.cpp index 8f0df798b..99602bd1c 100644 --- a/src/rpcnet.cpp +++ b/src/rpcnet.cpp @@ -2,9 +2,7 @@ // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. - - -#include "bitcoinrpc.h" +#include "rpcserver.h" #include "net.h" #include "netbase.h" #include "protocol.h" |