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,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,10 +1,7 @@
using System;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Security;
using System.Web;
using System.Web.Compilation;
using System.Web.Hosting;
using Orchard.Host;

View File

@@ -1,4 +1,3 @@
using System;
using System.Collections.Generic;
using System.Security;
using System.Text;

View File

@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Collections.Generic;
namespace Orchard.ResponseFiles {
public class ResponseFiles {