aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/common.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/common.cpp b/examples/common.cpp
index 91d96ef..0772dbf 100644
--- a/examples/common.cpp
+++ b/examples/common.cpp
@@ -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>