Ver código fonte

remove using

Luke Pulverenti 8 anos atrás
pai
commit
abc5a2eabd
1 arquivos alterados com 1 adições e 2 exclusões
  1. 1 2
      MediaBrowser.Controller/Net/IAsyncStreamSource.cs

+ 1 - 2
MediaBrowser.Controller/Net/IAsyncStreamSource.cs

@@ -1,5 +1,4 @@
-using ServiceStack.Web;
-using System.IO;
+using System.IO;
 using System.Threading.Tasks;
 
 namespace MediaBrowser.Controller.Net