Skip to content

Commit

Permalink
Fix the same header included twice. (#1474)
Browse files Browse the repository at this point in the history
The rpcserver.h header file is included twice as a result of
changes merged from Bitcoin 2 years ago
(commit 64eebc3).
Include this file just once.

Signed-off-by: Oleg Girko <ol@infoserver.lv>
  • Loading branch information
OlegGirko authored and UdjinM6 committed May 26, 2017
1 parent 1112174 commit 28a1d0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rpcmining.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.

#include "rpcserver.h"
#include "base58.h"
#include "amount.h"
#include "chain.h"
Expand Down

0 comments on commit 28a1d0e

Please sign in to comment.