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.CodeFix/RequiresHelpers.cs')
-rw-r--r--src/ILLink.CodeFix/RequiresHelpers.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ILLink.CodeFix/RequiresHelpers.cs b/src/ILLink.CodeFix/RequiresHelpers.cs
index 91bb99591..b38f11ca4 100644
--- a/src/ILLink.CodeFix/RequiresHelpers.cs
+++ b/src/ILLink.CodeFix/RequiresHelpers.cs
@@ -2,9 +2,9 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
using System;
-using Microsoft.CodeAnalysis.Editing;
-using Microsoft.CodeAnalysis;
using ILLink.RoslynAnalyzer;
+using Microsoft.CodeAnalysis;
+using Microsoft.CodeAnalysis.Editing;
namespace ILLink.CodeFixProvider
{