From 64de0ceef33da28cf7297691247e54fa53dea48c Mon Sep 17 00:00:00 2001 From: SysC0mp Date: Sun, 3 May 2020 16:02:31 +0200 Subject: [PATCH] Remove unused usings --- Plugins/Flow.Launcher.Plugin.Folder/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Folder/Main.cs b/Plugins/Flow.Launcher.Plugin.Folder/Main.cs index d8ad5d748..4f6d26590 100644 --- a/Plugins/Flow.Launcher.Plugin.Folder/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Folder/Main.cs @@ -1,6 +1,6 @@ using System; +using System.Collections; using System.Collections.Generic; -using System.Diagnostics; using System.IO; using System.Linq; using System.Windows;