Skip to content

Commit 36d1f8d

Browse files
committed
Removed extra namespaces
1 parent 3c23ab6 commit 36d1f8d

4 files changed

Lines changed: 6 additions & 11 deletions

File tree

LoadLibraryInjector/App/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ __ ____ ___ ___ __ __ ____
2323
using LoadLibraryInjector.Utils;
2424
using LoadLibraryInjector.View;
2525
using System;
26-
using System.Diagnostics;
2726
using System.Security.Principal;
2827
using LoadLibraryInjector.Injection;
2928

LoadLibraryInjector/Injection/FunctionHooker.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using System;
1+
using LoadLibraryInjector.Native;
2+
using System;
23
using System.Collections.Generic;
34
using System.Runtime.InteropServices;
4-
using LoadLibraryInjector.Native;
55

66
namespace LoadLibraryInjector.Injection
77
{

LoadLibraryInjector/Injection/Injector.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
using System;
1+
using LoadLibraryInjector.Native;
2+
using System;
23
using System.Text;
3-
using LoadLibraryInjector.Native;
44

55
namespace LoadLibraryInjector.Injection
66
{

LoadLibraryInjector/View/UserInterface.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
using LoadLibraryInjector.App;
2-
using LoadLibraryInjector.Utils;
1+
using LoadLibraryInjector.Injection;
2+
using LoadLibraryInjector.Native;
33
using System;
44
using System.Collections.Generic;
5-
using System.Collections.Specialized;
6-
using System.Diagnostics;
75
using System.Windows.Forms;
8-
using LoadLibraryInjector.Injection;
9-
using LoadLibraryInjector.Native;
106

117
namespace LoadLibraryInjector.View
128
{

0 commit comments

Comments
 (0)