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/CreateRuntimeRootDescriptorFile.cs')
-rw-r--r--src/ILLink.Tasks/CreateRuntimeRootDescriptorFile.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ILLink.Tasks/CreateRuntimeRootDescriptorFile.cs b/src/ILLink.Tasks/CreateRuntimeRootDescriptorFile.cs
index 5e67ef0cf..73ee283ae 100644
--- a/src/ILLink.Tasks/CreateRuntimeRootDescriptorFile.cs
+++ b/src/ILLink.Tasks/CreateRuntimeRootDescriptorFile.cs
@@ -1,9 +1,9 @@
using System;
+using System.Collections.Generic;
using System.IO;
using System.Xml;
-using System.Collections.Generic;
-using Microsoft.Build.Utilities; // Task
using Microsoft.Build.Framework; // ITaskItem
+using Microsoft.Build.Utilities; // Task
namespace ILLink.Tasks
{