Move NativeMethods to System namespace

This commit is contained in:
Dominion
2023-04-30 18:44:00 -04:00
parent 01a9f2e3b1
commit c1060816fe
4 changed files with 4 additions and 1 deletions
@@ -4,6 +4,7 @@ using System.Threading;
using System.Threading.Tasks;
using BetterWin32Errors;
using Tgstation.Server.Host.System;
namespace Tgstation.Server.Host.IO
{
@@ -10,6 +10,7 @@ using Microsoft.Win32.SafeHandles;
using Tgstation.Server.Host.IO;
using Tgstation.Server.Host.Models;
using Tgstation.Server.Host.System;
namespace Tgstation.Server.Host.Security
{
@@ -2,7 +2,7 @@
using System.Runtime.InteropServices;
using System.Text;
namespace Tgstation.Server.Host
namespace Tgstation.Server.Host.System
{
/// <summary>
/// Native Windows methods used by the code.
@@ -13,6 +13,7 @@ using Microsoft.Extensions.Logging;
using Tgstation.Server.Api.Models;
using Tgstation.Server.Host.IO;
using Tgstation.Server.Host.Jobs;
using Tgstation.Server.Host.System;
namespace Tgstation.Server.Host.System
{