Skip to content

Commit

Permalink
[FOLD] Fix includes after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
bachase committed Apr 12, 2018
1 parent 3eb2061 commit c3e528c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/ripple/app/ledger/impl/BuildLedger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
//==============================================================================

#include <BeastConfig.h>
#include <ripple/app/ledger/BuildLedger.h>
#include <ripple/app/ledger/Ledger.h>
#include <ripple/app/ledger/LedgerReplay.h>
Expand Down
1 change: 0 additions & 1 deletion src/ripple/app/ledger/impl/LedgerReplay.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
//==============================================================================

#include <BeastConfig.h>
#include <ripple/app/ledger/Ledger.h>
#include <ripple/app/ledger/LedgerReplay.h>

Expand Down
1 change: 0 additions & 1 deletion src/test/app/LedgerReplay_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*/
//==============================================================================

#include <BeastConfig.h>
#include <test/jtx.h>
#include <ripple/app/ledger/BuildLedger.h>
#include <ripple/app/ledger/LedgerMaster.h>
Expand Down

0 comments on commit c3e528c

Please sign in to comment.