diff --git a/OscBundle.cs b/OscBundle.cs index 9fc702a..fa31518 100644 --- a/OscBundle.cs +++ b/OscBundle.cs @@ -20,7 +20,6 @@ using System; using System.Collections.Generic; using System.Linq; using System.Text; -using Godot; namespace godotOscSharp { diff --git a/OscClient.cs b/OscClient.cs index e3c7b36..10fc5d5 100644 --- a/OscClient.cs +++ b/OscClient.cs @@ -1,7 +1,5 @@ using System; using System.Net; -using System.Net.Http; -using Godot; namespace godotOscSharp { @@ -38,4 +36,4 @@ namespace godotOscSharp sender.Dispose(); } } -} \ No newline at end of file +}