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

@@ -1,8 +1,5 @@
use ore_api::state::Proof;
use solana_program::{
account_info::AccountInfo, entrypoint::ProgramResult, program_error::ProgramError,
system_program,
};
use solana_program::system_program;
use steel::*;
/// Close closes a proof account and returns the rent to the owner.