Skip to content

Commit

Permalink
common : remove unnecessary includes (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
CRD716 authored Apr 13, 2023
1 parent a3a2a0e commit 0e07e6a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions examples/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0e07e6a

Please sign in to comment.