move Ancestors to its own module (#17316)
This commit is contained in:
committed by
GitHub
parent
0781fe1b4f
commit
ed9cbd50f0
@@ -1,5 +1,5 @@
|
||||
use crate::{
|
||||
accounts::Accounts, accounts_index::Ancestors, instruction_recorder::InstructionRecorder,
|
||||
accounts::Accounts, ancestors::Ancestors, instruction_recorder::InstructionRecorder,
|
||||
log_collector::LogCollector, native_loader::NativeLoader, rent_collector::RentCollector,
|
||||
};
|
||||
use log::*;
|
||||
|
Reference in New Issue
Block a user