move AccountInfo to its own file (#21784)

This commit is contained in:
Jeff Washington (jwash)
2021-12-11 11:47:05 -06:00
committed by GitHub
parent c5c699a918
commit ef7f49a21d
4 changed files with 27 additions and 23 deletions

View File

@ -5,7 +5,7 @@ extern crate test;
use {
rand::{thread_rng, Rng},
solana_runtime::{
accounts_db::AccountInfo,
account_info::AccountInfo,
accounts_index::{
AccountSecondaryIndexes, AccountsIndex, ACCOUNTS_INDEX_CONFIG_FOR_BENCHMARKS,
},