Cleanup (includes)

--HG--
branch : dev
This commit is contained in:
Suha Can
2010-12-07 15:47:45 -08:00
parent 72ff07e3bd
commit c97a8d26cb
175 changed files with 67 additions and 404 deletions

View File

@@ -1,5 +1,4 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following

View File

@@ -1,11 +1,5 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.IO;
using System.Net;
using System.Text;
using System.Web;
using NUnit.Framework;
using TechTalk.SpecFlow;
namespace Orchard.Profile.Tests {