Skip to content

Commit

Permalink
remove duplicate includes in test_bitcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Mar 20, 2019
1 parent 8371cfc commit b4c9ccb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/test_bitcoin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,11 @@
#include <miner.h>
#include <net_processing.h>
#include <pow.h>
#include <ui_interface.h>
#include <policy/policy.h>
#include <streams.h>
#include <rpc/server.h>
#include <rpc/register.h>
#include <rpc/server.h>
#include <script/sigcache.h>
#include <streams.h>
#include <ui_interface.h>
#include <validation.h>

Expand Down

0 comments on commit b4c9ccb

Please sign in to comment.