From 61b3d3778bb5ea3fba733034edbe348d955ea680 Mon Sep 17 00:00:00 2001 From: Antony Male Date: Fri, 25 Jul 2014 13:14:59 +0100 Subject: [PATCH] Remove and sort usings --- Stylet/LogManager.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Stylet/LogManager.cs b/Stylet/LogManager.cs index 45d8362..2c48aa7 100644 --- a/Stylet/LogManager.cs +++ b/Stylet/LogManager.cs @@ -1,8 +1,4 @@ using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; using System.Diagnostics; namespace Stylet