From ed680e13fcb65759fbaaa006d3e2d25e56dfc830 Mon Sep 17 00:00:00 2001 From: olegbevz Date: Sat, 29 Nov 2014 15:42:49 +0700 Subject: [PATCH] Fix namespace order [refs #250] --- .../Project/Configuration/SolutionConfigurationEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs b/src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs index f27de1ce3d..2f63bb38fc 100644 --- a/src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs +++ b/src/Main/SharpDevelop/Project/Configuration/SolutionConfigurationEditor.cs @@ -19,12 +19,12 @@ using System; using System.Collections; using System.Collections.Generic; +using System.ComponentModel; using System.Linq; using System.Windows.Forms; using ICSharpCode.Core; using ICSharpCode.SharpDevelop.Project; -using System.ComponentModel; namespace ICSharpCode.SharpDevelop.Project {