Split solana_sdk.h (#19172)
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
* @brief Example C-based BPF program that prints out the parameters
|
||||
* passed to it
|
||||
*/
|
||||
#include <solana_sdk.h>
|
||||
#include <deserialize_deprecated.h>
|
||||
#include <sol/types.h>
|
||||
#include <sol/log.h>
|
||||
#include <sol/deserialize_deprecated.h>
|
||||
|
||||
extern uint64_t entrypoint(const uint8_t *input) {
|
||||
SolAccountInfo ka[1];
|
||||
|
Reference in New Issue
Block a user