Просмотр исходного кода

common : remove unnecessary includes (#947)

CRD716 2 лет назад
Родитель
Сommit
0e07e6a839
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      examples/common.cpp

+ 0 - 6
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>