cleanup imports

This commit is contained in:
Hardhat Chad
2024-09-27 07:04:29 +00:00
parent 799676863b
commit 5bd4a467d6
8 changed files with 2 additions and 33 deletions

View File

@@ -11,12 +11,7 @@ use ore_api::{
use solana_program::program::set_return_data;
#[allow(deprecated)]
use solana_program::{
account_info::AccountInfo,
clock::Clock,
entrypoint::ProgramResult,
keccak::hashv,
program_error::ProgramError,
pubkey::Pubkey,
sanitize::SanitizeError,
serialize_utils::{read_pubkey, read_u16},
slot_hashes::SlotHash,