From 98fb8aec8d1ba98342488096d1a2fcb3d58d9462 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 18 Mar 2023 21:18:37 +0100 Subject: loader: less alloca(3), more FILENAME_MAX --- src/precomp.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/precomp.hpp b/src/precomp.hpp index 75c4f191..0abb304a 100644 --- a/src/precomp.hpp +++ b/src/precomp.hpp @@ -2,7 +2,6 @@ #include "compat/defs.hpp" #include "compat/assert.hpp" -#include "compat/alloca.hpp" #ifdef __GNUG__ #pragma GCC system_header -- cgit v1.2.3