aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/HttpResponse.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:27:29 +0100
committerErwin de Haan <EraYaN@users.noreply.github.com>2019-01-13 20:27:29 +0100
commit8fd0bc63b94d6afac2912217b6118b7c2d533333 (patch)
treee7ccfc874762249886a797fa97920662db653672 /SocketHttpListener/HttpResponse.cs
parent9014e16037e96a24a78ca59e662bc549f114f233 (diff)
Visual Studio Reformat: SocketHttpListener
Diffstat (limited to 'SocketHttpListener/HttpResponse.cs')
-rw-r--r--SocketHttpListener/HttpResponse.cs8
1 files changed, 3 insertions, 5 deletions
diff --git a/SocketHttpListener/HttpResponse.cs b/SocketHttpListener/HttpResponse.cs
index 535fde031..24befccb3 100644
--- a/SocketHttpListener/HttpResponse.cs
+++ b/SocketHttpListener/HttpResponse.cs
@@ -1,13 +1,11 @@
using System;
-using System.Collections.Specialized;
-using System.IO;
+using System.Linq;
using System.Net;
using System.Text;
-using HttpStatusCode = SocketHttpListener.Net.HttpStatusCode;
-using HttpVersion = SocketHttpListener.Net.HttpVersion;
-using System.Linq;
using MediaBrowser.Model.Services;
using SocketHttpListener.Net;
+using HttpStatusCode = SocketHttpListener.Net.HttpStatusCode;
+using HttpVersion = SocketHttpListener.Net.HttpVersion;
namespace SocketHttpListener
{