From 4b87d3628acf815836c0efc84fbcd878517d9b89 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 15 Oct 2022 20:19:41 -0400 Subject: Further tweaking the alloca handling in Hashicorp plugin --- plugin/hashicorp_key_management/hashicorp_key_management_plugin.cc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugin') diff --git a/plugin/hashicorp_key_management/hashicorp_key_management_plugin.cc b/plugin/hashicorp_key_management/hashicorp_key_management_plugin.cc index 730707ff52b..7c72af688e4 100644 --- a/plugin/hashicorp_key_management/hashicorp_key_management_plugin.cc +++ b/plugin/hashicorp_key_management/hashicorp_key_management_plugin.cc @@ -13,12 +13,10 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */ +#include #include #include #include -#include -#include -#include #include #include #include @@ -26,8 +24,6 @@ #ifdef _WIN32 #include #define alloca _alloca -#elif !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__) && !defined(__DragonFly__) -#include #endif #include #include -- cgit v1.2.1