diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-18 21:18:37 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-03-18 21:18:37 +0100 |
commit | 98fb8aec8d1ba98342488096d1a2fcb3d58d9462 (patch) | |
tree | 7e787a230a5abf8a43e584c960a006cc2bedb5ff /src | |
parent | 6aaa28ef62e0ebc2b4c2ced4d457c91d36e8a311 (diff) |
loader: less alloca(3), more FILENAME_MAX
Diffstat (limited to 'src')
-rw-r--r-- | src/precomp.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
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 |