Merge branch 'benaadams/using-reorder' into dev

This commit is contained in:
Stephen Halter 2016-01-12 12:15:54 -08:00
commit d9f6ac70a0
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