Skip to content

Commit

Permalink
fix bad import after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 1, 2024
1 parent c8e326f commit 5fd6dc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ pub use solana_program::{
account_info, address_lookup_table, alt_bn128, big_mod_exp, blake3, bpf_loader,
bpf_loader_deprecated, bpf_loader_upgradeable, clock, config, custom_heap_default,
custom_panic_default, debug_account_data, declare_deprecated_sysvar_id, declare_sysvar_id,
decode_error, ed25519_program, epoch_rewards, epoch_schedule, fee_calculator, impl_sysvar_get,
incinerator, instruction, keccak, lamports, loader_instruction, loader_upgradeable_instruction,
loader_v4, loader_v4_instruction, message, msg, native_token, nonce, program, program_error,
ed25519_program, epoch_rewards, epoch_schedule, fee_calculator, impl_sysvar_get, incinerator,
instruction, keccak, lamports, loader_instruction, loader_upgradeable_instruction, loader_v4,
loader_v4_instruction, message, msg, native_token, nonce, program, program_error,
program_memory, program_option, program_pack, rent, secp256k1_program, secp256k1_recover,
serde_varint, serialize_utils, short_vec, slot_hashes, slot_history, stable_layout, stake,
stake_history, syscalls, system_instruction, system_program, sysvar, unchecked_div_by_const,
Expand Down

0 comments on commit 5fd6dc0

Please sign in to comment.