Removing unnecessary using statements

This commit is contained in:
Louis DeJardin 2014-06-06 22:16:08 -07:00
parent e517e39aac
commit 313db3f0cf
9 changed files with 0 additions and 14 deletions

View File

@ -2,9 +2,6 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Diagnostics;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Server.Kestrel.Networking;

View File

@ -4,9 +4,7 @@
using Microsoft.AspNet.HttpFeature;
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;

View File

@ -4,7 +4,6 @@
using Microsoft.AspNet.Server.Kestrel.Networking;
using System;
using System.Net;
using System.Text;
using System.Threading.Tasks;
namespace Microsoft.AspNet.Server.Kestrel.Http

View File

@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Net.Sockets;
namespace Microsoft.AspNet.Server.Kestrel.Http
{

View File

@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Threading;
namespace Microsoft.AspNet.Server.Kestrel.Http
{

View File

@ -3,9 +3,6 @@
using Microsoft.AspNet.Server.Kestrel.Networking;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Net.Sockets;
using System.Runtime.InteropServices;
namespace Microsoft.AspNet.Server.Kestrel.Http

View File

@ -3,7 +3,6 @@
using System;
using Microsoft.AspNet.Server.Kestrel.Networking;
using System.Threading;
using System.Collections.Generic;
using System.Threading.Tasks;
using Microsoft.AspNet.Server.Kestrel.Http;

View File

@ -2,7 +2,6 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Runtime.InteropServices;
namespace Microsoft.AspNet.Server.Kestrel.Networking
{

View File

@ -2,7 +2,6 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Runtime.InteropServices;
namespace Microsoft.AspNet.Server.Kestrel.Networking
{