From 402d72bc489e2376a63536dbc5df140239e25ec8 Mon Sep 17 00:00:00 2001 From: Trent Nelson Date: Mon, 13 Dec 2021 08:48:38 -0700 Subject: [PATCH] Revert "SDK: Add stdlib.h include to pull in `abort()` (backport #21700) (#21704)" This reverts commit 32f507dc513f8385ed7ee5c8f3fdef7d7d79adaf. --- sdk/bpf/c/inc/solana_sdk.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/bpf/c/inc/solana_sdk.h b/sdk/bpf/c/inc/solana_sdk.h index 728348f4c9..302492ed7d 100644 --- a/sdk/bpf/c/inc/solana_sdk.h +++ b/sdk/bpf/c/inc/solana_sdk.h @@ -699,7 +699,6 @@ uint64_t entrypoint(const uint8_t *input); * Stub functions when building tests */ #include -#include void sol_log_(const char *s, uint64_t len) { printf("Program log: %s\n", s); }