using reorder (nit)

This commit is contained in:
Ben Adams 2016-01-11 19:02:51 +00:00
parent 849ff2016c
commit 8ac119df76
1 changed files with 1 additions and 1 deletions

View File

@ -7,9 +7,9 @@ using System.Runtime.ExceptionServices;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Server.Kestrel.Http;
using Microsoft.AspNet.Server.Kestrel.Infrastructure;
using Microsoft.AspNet.Server.Kestrel.Networking;
using Microsoft.AspNet.Server.Kestrel.Http;
using Microsoft.Extensions.Logging;
namespace Microsoft.AspNet.Server.Kestrel