dropped some iostream dependencies

This commit is contained in:
Arvid Norberg
2009-04-04 09:52:25 +00:00
parent ac7e4fed7e
commit aba5b2e9d0
34 changed files with 404 additions and 326 deletions

View File

@@ -52,6 +52,8 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/peer_request.hpp"
#include "libtorrent/peer_connection.hpp"
#if TORRENT_USE_IOSTREAM
namespace libtorrent {
namespace fs = boost::filesystem;
@@ -229,4 +231,5 @@ namespace libtorrent
}
#endif