From c071307a1b8b76cbaad98886dc2a48bb06b2d3f6 Mon Sep 17 00:00:00 2001 From: Andrew Lamoureux Date: Tue, 6 Jul 2021 11:40:14 -0400 Subject: Remove include of stdlib.h from binaryninjacore.h * fixes rust bindgen not finding stdlib in libclang * tested that binja builds release+debug without this include --- binaryninjacore.h | 1 - 1 file changed, 1 deletion(-) diff --git a/binaryninjacore.h b/binaryninjacore.h index 0bda69b2..def57659 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -23,7 +23,6 @@ #include #include -#include // Current ABI version for linking to the core. This is incremented any time // there are changes to the API that affect linking, including new functions, -- cgit v1.3.1