aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Net/UdpSocket.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-07-29 16:01:14 +0200
committerBond_009 <bond.009@outlook.com>2019-07-29 16:01:14 +0200
commit998017a76d7e0fcc340bf9dbc3436caef583f6b4 (patch)
treefcb1b4ead1e18714945825cde0a0da07fd36e84a /Emby.Server.Implementations/Net/UdpSocket.cs
parente4644599afe67a2302f6d91346be30d49d3dc2eb (diff)
Include library via NuGet instead of via source
Diffstat (limited to 'Emby.Server.Implementations/Net/UdpSocket.cs')
-rw-r--r--Emby.Server.Implementations/Net/UdpSocket.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Net/UdpSocket.cs b/Emby.Server.Implementations/Net/UdpSocket.cs
index 2908ee9af..dde4a2a34 100644
--- a/Emby.Server.Implementations/Net/UdpSocket.cs
+++ b/Emby.Server.Implementations/Net/UdpSocket.cs
@@ -3,7 +3,6 @@ using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Threading.Tasks;
-using Emby.Server.Implementations.Networking;
using MediaBrowser.Model.Net;
namespace Emby.Server.Implementations.Net