aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/IHttpClient.cs
diff options
context:
space:
mode:
authorJoshua M. Boniface <joshua@boniface.me>2019-01-03 14:00:16 -0500
committerGitHub <noreply@github.com>2019-01-03 14:00:16 -0500
commit89a3db9346be631cff524c6e3925c9ac25b5460d (patch)
tree0043d7980ca2ac4a77f3fa563e5abb8fba3a2bc8 /MediaBrowser.Common/Net/IHttpClient.cs
parent86275bcc55cfe6cf6798d152a53f79c6f7811b52 (diff)
parent3d6dac26f4172ab1dae016e01ea7ca94dad665a6 (diff)
Merge pull request #286 from Bond-009/cleanup
Clean up HttpClientManager, LiveTvManager and InstallationManager
Diffstat (limited to 'MediaBrowser.Common/Net/IHttpClient.cs')
-rw-r--r--MediaBrowser.Common/Net/IHttpClient.cs7
1 files changed, 2 insertions, 5 deletions
diff --git a/MediaBrowser.Common/Net/IHttpClient.cs b/MediaBrowser.Common/Net/IHttpClient.cs
index cf5511965..f88cfbb2b 100644
--- a/MediaBrowser.Common/Net/IHttpClient.cs
+++ b/MediaBrowser.Common/Net/IHttpClient.cs
@@ -1,7 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.IO;
-using System.Threading;
+using System.IO;
using System.Threading.Tasks;
namespace MediaBrowser.Common.Net
@@ -56,4 +53,4 @@ namespace MediaBrowser.Common.Net
/// <returns>Task{HttpResponseInfo}.</returns>
Task<HttpResponseInfo> GetTempFileResponse(HttpRequestOptions options);
}
-} \ No newline at end of file
+}