From 0c0a9617198936c2c34aac64a6d1217d04cc6a5f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sat, 30 May 2009 02:37:11 +0000 Subject: [PATCH] remove iostream dependency --- include/libtorrent/torrent_info.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp index 095e2bae5..efb6c3c9c 100644 --- a/include/libtorrent/torrent_info.hpp +++ b/include/libtorrent/torrent_info.hpp @@ -35,7 +35,7 @@ POSSIBILITY OF SUCH DAMAGE. #include #include -#include +//#include #ifdef _MSC_VER #pragma warning(push, 1)