aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Net/UdpSocket.cs
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-07-30 23:45:32 -0700
committerGitHub <noreply@github.com>2019-07-30 23:45:32 -0700
commitca8e0796d98e89712a85c827314bdcd557e9934b (patch)
tree6a208d7ce88ac8fd66330e800debc2fc0cd27a8b /Emby.Server.Implementations/Net/UdpSocket.cs
parent3949048dded1a06e1793c21b986c19756c729d57 (diff)
parent998017a76d7e0fcc340bf9dbc3436caef583f6b4 (diff)
Merge pull request #1582 from Bond-009/ipnetwork
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