|
@@ -2,9 +2,6 @@ use crate::{Accounts, Sysvar};
|
|
|
use solana_program::account_info::AccountInfo;
|
|
|
use solana_program::sysvar::rent::Rent;
|
|
|
|
|
|
-// Needed for the `Accounts` macro.
|
|
|
-use crate as anchor_lang;
|
|
|
-
|
|
|
// The Ctor accounts that can be used to create any account within the program
|
|
|
// itself (instead of creating the account on the client).
|
|
|
//
|