1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-30 02:41:45 +00:00

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.Security.Cryptography;
using System.Text;
using MonoTorrent.BEncoding;
using MonoTorrent.Common;
namespace MonoTorrent
{