aboutsummaryrefslogtreecommitdiff
path: root/SocketHttpListener/Primitives
diff options
context:
space:
mode:
Diffstat (limited to 'SocketHttpListener/Primitives')
-rw-r--r--SocketHttpListener/Primitives/ICertificate.cs1
-rw-r--r--SocketHttpListener/Primitives/IStreamFactory.cs1
-rw-r--r--SocketHttpListener/Primitives/ITextEncoding.cs1
3 files changed, 0 insertions, 3 deletions
diff --git a/SocketHttpListener/Primitives/ICertificate.cs b/SocketHttpListener/Primitives/ICertificate.cs
index 1289da13d..ec21e9445 100644
--- a/SocketHttpListener/Primitives/ICertificate.cs
+++ b/SocketHttpListener/Primitives/ICertificate.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
-using System.Linq;
using System.Text;
using System.Threading.Tasks;
diff --git a/SocketHttpListener/Primitives/IStreamFactory.cs b/SocketHttpListener/Primitives/IStreamFactory.cs
index 57e21e31b..4b623b940 100644
--- a/SocketHttpListener/Primitives/IStreamFactory.cs
+++ b/SocketHttpListener/Primitives/IStreamFactory.cs
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
-using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MediaBrowser.Model.Net;
diff --git a/SocketHttpListener/Primitives/ITextEncoding.cs b/SocketHttpListener/Primitives/ITextEncoding.cs
index b10145687..2c25a308c 100644
--- a/SocketHttpListener/Primitives/ITextEncoding.cs
+++ b/SocketHttpListener/Primitives/ITextEncoding.cs
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
-using System.Linq;
using System.Text;
using System.Threading.Tasks;
using MediaBrowser.Model.Text;