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/MessageOrigin.cs')
-rw-r--r--src/linker/Linker/MessageOrigin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/linker/Linker/MessageOrigin.cs b/src/linker/Linker/MessageOrigin.cs
index 8821e9393..dc57dbd6e 100644
--- a/src/linker/Linker/MessageOrigin.cs
+++ b/src/linker/Linker/MessageOrigin.cs
@@ -2,10 +2,10 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
-using Mono.Cecil;
-using Mono.Cecil.Cil;
using System.Linq;
using System.Text;
+using Mono.Cecil;
+using Mono.Cecil.Cil;
namespace Mono.Linker
{