From 43dc19d632741e9e80f02842684ca57d1277a070 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 14 Dec 2023 14:52:20 -0500 Subject: Revert "paxinc: include for alloca" This reverts commit 781a3856ae53df051563645b45d8ff7033aea113. The header is already included in porting.h. We want to keep all system headers centralized in porting.h and not sprinkle across the other modules. Signed-off-by: Mike Frysinger Signed-off-by: Mike Frysinger --- paxinc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/paxinc.c b/paxinc.c index c6eab87..64a3069 100644 --- a/paxinc.c +++ b/paxinc.c @@ -9,7 +9,6 @@ /* stick common symbols here that are needed by paxinc.h */ #define IN_paxinc -#include #include "paxinc.h" char do_reverse_endian; -- cgit v1.2.3-65-gdbad