diff --git a/include/libtorrent/alloca.hpp b/include/libtorrent/alloca.hpp index 8c06e7152..eb5eedb80 100644 --- a/include/libtorrent/alloca.hpp +++ b/include/libtorrent/alloca.hpp @@ -41,11 +41,7 @@ POSSIBILITY OF SUCH DAMAGE. #else -#if defined (_LINUX_) || defined (_CYGWIN_) -#include -#elif defined (_FREEBSD_) #include -#endif #define TORRENT_ALLOCA(t, n) static_cast(alloca(sizeof(t) * (n)))