diff --git a/Plugins/Flow.Launcher.Plugin.Program/FileChangeWatcher.cs b/Plugins/Flow.Launcher.Plugin.Program/FileChangeWatcher.cs index 4ede37dec..ab716116f 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/FileChangeWatcher.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/FileChangeWatcher.cs @@ -1,10 +1,4 @@ -using System.Collections.Generic; -using System.IO; -using System.Threading.Tasks; -using Flow.Launcher.Infrastructure.Logger; -using Flow.Launcher.Plugin.Program.Programs; - -namespace Flow.Launcher.Plugin.Program +namespace Flow.Launcher.Plugin.Program { //internal static class FileChangeWatcher //{ diff --git a/Plugins/Flow.Launcher.Plugin.Program/Logger/ProgramLogger.cs b/Plugins/Flow.Launcher.Plugin.Program/Logger/ProgramLogger.cs index cbf4960a3..1ae6d8a29 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Logger/ProgramLogger.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Logger/ProgramLogger.cs @@ -1,13 +1,8 @@ using NLog; -using NLog.Config; -using NLog.Targets; using System; -using System.Diagnostics; using System.IO; using System.Runtime.CompilerServices; using System.Security; -using Flow.Launcher.Infrastructure; -using Flow.Launcher.Infrastructure.UserSettings; namespace Flow.Launcher.Plugin.Program.Logger { diff --git a/Plugins/Flow.Launcher.Plugin.Program/Main.cs b/Plugins/Flow.Launcher.Plugin.Program/Main.cs index 2622b16fa..8126bbf19 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Main.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Main.cs @@ -1,7 +1,5 @@ using System; -using System.Collections.Concurrent; using System.Collections.Generic; -using System.Collections.Specialized; using System.Diagnostics; using System.Linq; using System.Threading; @@ -13,8 +11,6 @@ using Flow.Launcher.Plugin.Program.Programs; using Flow.Launcher.Plugin.Program.Views; using Flow.Launcher.Plugin.Program.Views.Models; using Microsoft.Extensions.Caching.Memory; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.Primitives; using Stopwatch = Flow.Launcher.Infrastructure.Stopwatch; namespace Flow.Launcher.Plugin.Program diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/ApplicationActivationHelper.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/ApplicationActivationHelper.cs index 4b8423ed6..790a70392 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/ApplicationActivationHelper.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/ApplicationActivationHelper.cs @@ -1,8 +1,6 @@ using System; -using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -using System.Text.RegularExpressions; namespace Flow.Launcher.Plugin.Program.Programs { diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/AppxPackageHelper.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/AppxPackageHelper.cs index 654566ffe..73a25dd0d 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/AppxPackageHelper.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/AppxPackageHelper.cs @@ -1,9 +1,7 @@ using System; using System.Collections.Generic; -using System.Text; using System.Runtime.InteropServices; using System.Runtime.InteropServices.ComTypes; -using Windows.Storage; namespace Flow.Launcher.Plugin.Program.Programs { diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/ShellLinkHelper.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/ShellLinkHelper.cs index d17048dcb..72b7b0a91 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/ShellLinkHelper.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/ShellLinkHelper.cs @@ -1,11 +1,8 @@ using System; -using System.Collections.Generic; using System.Text; using System.Runtime.InteropServices; -using System.IO; using Accessibility; using System.Runtime.InteropServices.ComTypes; -using System.Security.Policy; namespace Flow.Launcher.Plugin.Program.Programs { diff --git a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs index 08442354e..5a3295c38 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs @@ -11,15 +11,10 @@ using Flow.Launcher.Infrastructure; using Flow.Launcher.Plugin.Program.Logger; using Flow.Launcher.Plugin.SharedCommands; using Flow.Launcher.Plugin.SharedModels; -using Flow.Launcher.Infrastructure.Logger; -using System.Collections; using System.Diagnostics; -using Stopwatch = Flow.Launcher.Infrastructure.Stopwatch; using System.Diagnostics.CodeAnalysis; -using System.Text.RegularExpressions; using System.Threading.Channels; using Flow.Launcher.Plugin.Program.Views.Models; -using Flow.Launcher.Infrastructure.Image; using IniParser; namespace Flow.Launcher.Plugin.Program.Programs diff --git a/Plugins/Flow.Launcher.Plugin.Program/Settings.cs b/Plugins/Flow.Launcher.Plugin.Program/Settings.cs index c349d4f28..44d4483b9 100644 --- a/Plugins/Flow.Launcher.Plugin.Program/Settings.cs +++ b/Plugins/Flow.Launcher.Plugin.Program/Settings.cs @@ -1,6 +1,5 @@ using System; using System.Collections.Generic; -using System.IO; using System.Linq; using System.Text.Json.Serialization; using Flow.Launcher.Plugin.Program.Views.Models;