We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a2a0e commit 0e07e6aCopy full SHA for 0e07e6a
examples/common.cpp
@@ -7,12 +7,6 @@
7
#include <iterator>
8
#include <algorithm>
9
10
-#if defined(_MSC_VER) || defined(__MINGW32__)
11
-#include <malloc.h> // using malloc.h with MSC/MINGW
12
-#elif !defined(__FreeBSD__) && !defined(__NetBSD__) && !defined(__OpenBSD__)
13
-#include <alloca.h>
14
-#endif
15
-
16
#if defined (_WIN32)
17
#include <fcntl.h>
18
#include <io.h>
0 commit comments