This file doesn't even use alloca.

This commit is contained in:
Olaf Seibert 2023-04-12 16:32:47 +02:00
parent e7f6997f89
commit a0f3de5b84

View file

@ -7,12 +7,6 @@
#include <iterator>
#include <algorithm>
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <malloc.h> // using malloc.h with MSC/MINGW
#elif !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
#include <alloca.h>
#endif
#if defined (_WIN32)
#include <fcntl.h>
#include <io.h>