Remove unnecessary using statements

This commit is contained in:
Bond_009
2018-12-28 15:30:53 +01:00
committed by Vasily
parent 391b48614d
commit a997bb609f
17 changed files with 20 additions and 60 deletions

View File

@@ -1,9 +1,8 @@
using System;
using System;
using System.Threading;
using System.Threading.Tasks;
using System.Net.WebSockets;
using Emby.Server.Implementations.Net;
using MediaBrowser.Common.Events;
using Microsoft.Extensions.Logging;
namespace Jellyfin.SocketSharp