aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core/CompilerToolWrapper.cs
diff options
context:
space:
mode:
authorMiguel Costa <miguel.costa@qt.io>2022-02-21 19:44:47 +0100
committerKarsten Heimrich <karsten.heimrich@qt.io>2022-02-22 10:22:35 +0000
commitf7616c15124b97fd1e23906258ff35b40786266f (patch)
treef66a269768a9b48f25cd6e355b0fa38751cd4458 /QtVsTools.Core/CompilerToolWrapper.cs
parentc0a7487cd8bd4d8dbad05669b52de90276dc9e6e (diff)
Apply uniform guidelines to 'using' directives
Change-Id: If92cf095e20c4bc8b9bc9fe04a40233a2c602973 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
Diffstat (limited to 'QtVsTools.Core/CompilerToolWrapper.cs')
-rw-r--r--QtVsTools.Core/CompilerToolWrapper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/QtVsTools.Core/CompilerToolWrapper.cs b/QtVsTools.Core/CompilerToolWrapper.cs
index 88869426..d489dd0f 100644
--- a/QtVsTools.Core/CompilerToolWrapper.cs
+++ b/QtVsTools.Core/CompilerToolWrapper.cs
@@ -26,11 +26,11 @@
**
****************************************************************************/
-using Microsoft.VisualStudio.VCProjectEngine;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
+using Microsoft.VisualStudio.VCProjectEngine;
namespace QtVsTools.Core
{