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,4 +1,3 @@
using System.Collections.Generic;
using System.Web;
using System.Web.Mvc;
using System.Web.Routing;

View File

@@ -1,6 +1,4 @@
using System.Linq;
using JetBrains.Annotations;
using Orchard.Blogs.Extensions;
using JetBrains.Annotations;
using Orchard.Blogs.Models;
using Orchard.Blogs.Services;
using Orchard.ContentManagement;

View File

@@ -1,4 +1,3 @@
using System.Web.Mvc;
using Orchard.ContentManagement;
using Orchard.Core.Routable.Models;

View File

@@ -1,5 +1,4 @@
using System;
using System.Web.Mvc;
using Orchard.ContentManagement;
using Orchard.ContentManagement.Aspects;
using Orchard.Core.Common.Models;

View File

@@ -1,5 +1,4 @@
using System.Collections.Generic;
using System.Linq;
using Orchard.Environment.Extensions.Models;
using Orchard.Security.Permissions;