fixed MonoTorrent namespace

This commit is contained in:
Keivan Beigi 2014-11-24 14:39:24 -08:00
parent 59c28a3fc6
commit d30eb1b306
4 changed files with 1 additions and 9 deletions

View File

@ -1,8 +1,5 @@
using System;
using System.IO;
using System.Collections;
using System.Text;
using MonoTorrent.Common;
using MonoTorrent.Messages;
namespace MonoTorrent.BEncoding

View File

@ -1,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using MonoTorrent.Common;
using System.Web;
namespace MonoTorrent
{

View File

@ -1,10 +1,8 @@
using System;
using System.Collections;
using System.Text;
using System.Collections.Generic;
using System.Threading;
namespace MonoTorrent.Common
namespace MonoTorrent
{
public delegate long Operation<T>(T target);

View File

@ -5,7 +5,6 @@ using System.Net;
using System.Security.Cryptography;
using System.Text;
using MonoTorrent.BEncoding;
using MonoTorrent.Common;
namespace MonoTorrent
{