Cleanup using directives

This commit is contained in:
Gustave Monce
2024-10-12 13:46:34 +02:00
parent bcec0a72e6
commit 7fc332e912
30 changed files with 16 additions and 68 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
public enum CreationDisposition
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
internal struct FILETIME
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
public class File : FileSystemEntry
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
public enum FileStreamMode
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
public enum FileSystemType
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
internal enum GET_FILEEX_INFO_LEVELS
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
public enum MoveMethod : uint
{
+1 -5
View File
@@ -1,9 +1,5 @@
using System;
using System.Diagnostics;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Runtime.Versioning;
[assembly: AssemblyVersion("1.0.5795.42493")]
[assembly: AssemblyTitle("WPinternals SDK")]
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
internal struct QUOTA_LIMITS
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
public enum RegResult
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
public enum RegistryHive : uint
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
public class RegistryItem
{
-1
View File
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace WPinternalsSDK
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
public class RegistryValue : RegistryItem
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
public enum RegistryValueType
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
namespace WPinternalsSDK
namespace WPinternalsSDK
{
internal struct WIN32_FILE_ATTRIBUTE_DATA
{
+1 -3
View File
@@ -1,6 +1,4 @@
using System;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices.ComTypes;
using System.Runtime.InteropServices;
namespace WPinternalsSDK
{