Removing unnecessary usings

This commit is contained in:
Sebastien Ros
2015-08-27 11:09:40 -07:00
parent 4a2d3aeb7c
commit 3729bac266

View File

@@ -16,11 +16,6 @@ using Orchard.Mvc;
using Orchard.Security;
using Orchard.UI.Notify;
using Orchard.Utility.Extensions;
using Orchard.Localization.Services;
using Orchard.Localization.Models;
using Orchard.Mvc;
using System.Web;
using Orchard.ContentManagement.Aspects;
namespace Orchard.Autoroute.Drivers {
public class AutoroutePartDriver : ContentPartDriver<AutoroutePart> {