@ -1,8 +1,5 @@
using System;
using System.IO;
using System.Collections;
using System.Text;
using MonoTorrent.Common;
using MonoTorrent.Messages;
namespace MonoTorrent.BEncoding
@ -1,8 +1,6 @@
using System.Collections.Generic;
using System.Web;
namespace MonoTorrent
{
@ -1,10 +1,8 @@
using System.Threading;
namespace MonoTorrent.Common
public delegate long Operation<T>(T target);
@ -5,7 +5,6 @@ using System.Net;
using System.Security.Cryptography;
using MonoTorrent.BEncoding;