Skip to content

Commit befa19c

Browse files
remove unnecessary using
1 parent 4d63895 commit befa19c

File tree

8 files changed

+1
-29
lines changed

8 files changed

+1
-29
lines changed

Plugins/Flow.Launcher.Plugin.Program/FileChangeWatcher.cs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
using System.Collections.Generic;
2-
using System.IO;
3-
using System.Threading.Tasks;
4-
using Flow.Launcher.Infrastructure.Logger;
5-
using Flow.Launcher.Plugin.Program.Programs;
6-
7-
namespace Flow.Launcher.Plugin.Program
1+
namespace Flow.Launcher.Plugin.Program
82
{
93
//internal static class FileChangeWatcher
104
//{

Plugins/Flow.Launcher.Plugin.Program/Logger/ProgramLogger.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
using NLog;
2-
using NLog.Config;
3-
using NLog.Targets;
42
using System;
5-
using System.Diagnostics;
63
using System.IO;
74
using System.Runtime.CompilerServices;
85
using System.Security;
9-
using Flow.Launcher.Infrastructure;
10-
using Flow.Launcher.Infrastructure.UserSettings;
116

127
namespace Flow.Launcher.Plugin.Program.Logger
138
{

Plugins/Flow.Launcher.Plugin.Program/Main.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using System;
2-
using System.Collections.Concurrent;
32
using System.Collections.Generic;
4-
using System.Collections.Specialized;
53
using System.Diagnostics;
64
using System.Linq;
75
using System.Threading;
@@ -13,8 +11,6 @@
1311
using Flow.Launcher.Plugin.Program.Views;
1412
using Flow.Launcher.Plugin.Program.Views.Models;
1513
using Microsoft.Extensions.Caching.Memory;
16-
using Microsoft.Extensions.Configuration;
17-
using Microsoft.Extensions.Primitives;
1814
using Stopwatch = Flow.Launcher.Infrastructure.Stopwatch;
1915

2016
namespace Flow.Launcher.Plugin.Program

Plugins/Flow.Launcher.Plugin.Program/Programs/ApplicationActivationHelper.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
using System;
2-
using System.Diagnostics;
32
using System.Runtime.CompilerServices;
43
using System.Runtime.InteropServices;
5-
using System.Text.RegularExpressions;
64

75
namespace Flow.Launcher.Plugin.Program.Programs
86
{

Plugins/Flow.Launcher.Plugin.Program/Programs/AppxPackageHelper.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.Text;
43
using System.Runtime.InteropServices;
54
using System.Runtime.InteropServices.ComTypes;
6-
using Windows.Storage;
75

86
namespace Flow.Launcher.Plugin.Program.Programs
97
{

Plugins/Flow.Launcher.Plugin.Program/Programs/ShellLinkHelper.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Text;
43
using System.Runtime.InteropServices;
5-
using System.IO;
64
using Accessibility;
75
using System.Runtime.InteropServices.ComTypes;
8-
using System.Security.Policy;
96

107
namespace Flow.Launcher.Plugin.Program.Programs
118
{

Plugins/Flow.Launcher.Plugin.Program/Programs/Win32.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,10 @@
1111
using Flow.Launcher.Plugin.Program.Logger;
1212
using Flow.Launcher.Plugin.SharedCommands;
1313
using Flow.Launcher.Plugin.SharedModels;
14-
using Flow.Launcher.Infrastructure.Logger;
15-
using System.Collections;
1614
using System.Diagnostics;
17-
using Stopwatch = Flow.Launcher.Infrastructure.Stopwatch;
1815
using System.Diagnostics.CodeAnalysis;
19-
using System.Text.RegularExpressions;
2016
using System.Threading.Channels;
2117
using Flow.Launcher.Plugin.Program.Views.Models;
22-
using Flow.Launcher.Infrastructure.Image;
2318
using IniParser;
2419

2520
namespace Flow.Launcher.Plugin.Program.Programs

Plugins/Flow.Launcher.Plugin.Program/Settings.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System;
22
using System.Collections.Generic;
3-
using System.IO;
43
using System.Linq;
54
using System.Text.Json.Serialization;
65
using Flow.Launcher.Plugin.Program.Views.Models;

0 commit comments

Comments
 (0)