From 6f72effef732728620da926ee5cabd55fd5bad6c Mon Sep 17 00:00:00 2001 From: Michael Becker Date: Thu, 13 Aug 2020 14:21:23 -0400 Subject: [PATCH] remove unnecessary usings --- Libraries/UniversalEditor.MSBuild.Tasks/UEcc.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Libraries/UniversalEditor.MSBuild.Tasks/UEcc.cs b/Libraries/UniversalEditor.MSBuild.Tasks/UEcc.cs index 94f46f18..80fac742 100644 --- a/Libraries/UniversalEditor.MSBuild.Tasks/UEcc.cs +++ b/Libraries/UniversalEditor.MSBuild.Tasks/UEcc.cs @@ -18,11 +18,6 @@ // // You should have received a copy of the GNU General Public License // along with this program. If not, see . -using System; -using System.Text; -using Microsoft.Build.Framework; -using Microsoft.Build.Tasks; -using Microsoft.Build.Utilities; namespace UniversalEditor.MSBuild.Tasks {