From f4a56fce407db51d7da9a5ed1186d8fc07ee3b6f Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Fri, 1 Aug 2014 17:53:28 +0200 Subject: [PATCH] WinRt: remove unused using directive Change-Id: Ie8857eb180109fff3fb8e1eb14a493b38f2133a7 Reviewed-by: Christian Kandeler --- src/plugins/winrt/winrtruncontrol.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/winrt/winrtruncontrol.cpp b/src/plugins/winrt/winrtruncontrol.cpp index ae0635ae93e..af066f3171d 100644 --- a/src/plugins/winrt/winrtruncontrol.cpp +++ b/src/plugins/winrt/winrtruncontrol.cpp @@ -49,7 +49,6 @@ using ProjectExplorer::IDevice; using ProjectExplorer::RunControl; using ProjectExplorer::RunMode; using ProjectExplorer::Target; -using Utils::QtcProcess; namespace WinRt { namespace Internal {