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/linker/Linker.Steps/SweepStep.cs')
-rw-r--r--src/linker/Linker.Steps/SweepStep.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linker/Linker.Steps/SweepStep.cs b/src/linker/Linker.Steps/SweepStep.cs
index 1acfd4cab..e172135eb 100644
--- a/src/linker/Linker.Steps/SweepStep.cs
+++ b/src/linker/Linker.Steps/SweepStep.cs
@@ -30,8 +30,8 @@
using System.Collections.Generic;
using System.Linq;
using Mono.Cecil;
-using Mono.Collections.Generic;
using Mono.Cecil.Cil;
+using Mono.Collections.Generic;
namespace Mono.Linker.Steps
{