Skip to content

Commit

Permalink
[MouseWithoutBorders] - cleaning up changes - #35155
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeclayton committed Feb 22, 2025
1 parent dd7c7d2 commit 1077d84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions src/modules/MouseWithoutBorders/App/Core/Event.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
using System.Threading;
using System.Threading.Tasks;

using MouseWithoutBorders.Class;

// <summary>
// Keyboard/Mouse hook callback implementation.
// </summary>
Expand All @@ -17,9 +19,6 @@
// 2009-... modified by Truong Do (TruongDo).
// 2023- Included in PowerToys.
// </history>
using MouseWithoutBorders.Class;
using MouseWithoutBorders.Form;

namespace MouseWithoutBorders.Core;

internal static class Event
Expand Down
8 changes: 4 additions & 4 deletions src/modules/MouseWithoutBorders/App/Core/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
using System.Security.Principal;
using System.Windows.Forms;

using Microsoft.Win32;
using MouseWithoutBorders.Class;
using static System.Windows.Forms.Control;

// <summary>
// Some other helper methods.
// </summary>
Expand All @@ -21,10 +25,6 @@
// 2009-... modified by Truong Do (TruongDo).
// 2023- Included in PowerToys.
// </history>
using Microsoft.Win32;
using MouseWithoutBorders.Class;
using static System.Windows.Forms.Control;

namespace MouseWithoutBorders.Core;

internal static class Helper
Expand Down
4 changes: 2 additions & 2 deletions src/modules/MouseWithoutBorders/App/Core/Launch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
using System.Runtime.InteropServices;
using System.Security.Principal;

using MouseWithoutBorders.Class;

// <summary>
// Impersonation.
// </summary>
Expand All @@ -17,8 +19,6 @@
// 2009-... modified by Truong Do (TruongDo).
// 2023- Included in PowerToys.
// </history>
using MouseWithoutBorders.Class;

namespace MouseWithoutBorders.Core;

internal static class Launch
Expand Down

0 comments on commit 1077d84

Please sign in to comment.