Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ILLink.Tasks/LinkTask.cs')
-rw-r--r--src/ILLink.Tasks/LinkTask.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ILLink.Tasks/LinkTask.cs b/src/ILLink.Tasks/LinkTask.cs
index 1274c4087..ff4f7f592 100644
--- a/src/ILLink.Tasks/LinkTask.cs
+++ b/src/ILLink.Tasks/LinkTask.cs
@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using System.IO;
-using System.Text;
using System.Reflection;
+using System.Text;
using Microsoft.Build.Framework;
using Microsoft.Build.Utilities;