Skip to content

Commit 0e07e6a

Browse files
authored
common : remove unnecessary includes (#947)
1 parent a3a2a0e commit 0e07e6a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

examples/common.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
#include <iterator>
88
#include <algorithm>
99

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-
1610
#if defined (_WIN32)
1711
#include <fcntl.h>
1812
#include <io.h>

0 commit comments

Comments
 (0)