aboutsummaryrefslogtreecommitdiff
path: root/RSSDP/SsdpConstants.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RSSDP/SsdpConstants.cs')
-rw-r--r--RSSDP/SsdpConstants.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/RSSDP/SsdpConstants.cs b/RSSDP/SsdpConstants.cs
index 8372d1cb3..798f050e1 100644
--- a/RSSDP/SsdpConstants.cs
+++ b/RSSDP/SsdpConstants.cs
@@ -1,8 +1,3 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-using System.Threading.Tasks;
-
namespace Rssdp.Infrastructure
{
/// <summary>
@@ -62,6 +57,5 @@ namespace Rssdp.Infrastructure
internal const string SsdpByeByeNotification = "ssdp:byebye";
internal const int UdpResendCount = 3;
-
}
}