diff --git a/nuget/AttributeRouting.WebAPI/AttributeRoutingHttp.cs.pp b/nuget/AttributeRouting.WebAPI/AttributeRoutingHttp.cs.pp index 3d92be0..4edad0b 100644 --- a/nuget/AttributeRouting.WebAPI/AttributeRoutingHttp.cs.pp +++ b/nuget/AttributeRouting.WebAPI/AttributeRoutingHttp.cs.pp @@ -1,5 +1,4 @@ using System.Web.Http; -using System.Web.Routing; using AttributeRouting.Web.Http.WebHost; [assembly: WebActivator.PreApplicationStartMethod(typeof($rootnamespace$.App_Start.AttributeRoutingHttp), "Start")] diff --git a/nuget/AttributeRouting.WebAPI/AttributeRoutingHttp.vb.pp b/nuget/AttributeRouting.WebAPI/AttributeRoutingHttp.vb.pp index 2c1b2cc..1063543 100644 --- a/nuget/AttributeRouting.WebAPI/AttributeRoutingHttp.vb.pp +++ b/nuget/AttributeRouting.WebAPI/AttributeRoutingHttp.vb.pp @@ -1,5 +1,4 @@ Imports System.Web.Http -Imports System.Web.Routing Imports AttributeRouting.Web.Http.WebHost