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
View File
@@ -20,7 +20,6 @@
using System;
using System.IO;
using System.Linq;
using System.Threading;
using System.Windows;
-1
View File
@@ -20,7 +20,6 @@
using System;
using System.IO;
using System.Linq;
namespace WPinternals
{
-1
View File
@@ -20,7 +20,6 @@
using Microsoft.Win32.SafeHandles;
using System;
using System.Runtime.ConstrainedExecution;
using System.Runtime.InteropServices;
using System.Security;
@@ -18,8 +18,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
using System;
namespace WPinternals
{
internal class CommonPhoneInfo
@@ -18,8 +18,6 @@
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
// DEALINGS IN THE SOFTWARE.
using System;
namespace WPinternals
{
internal class LumiaPhoneInfoAppPhoneInfo
-1
View File
@@ -20,7 +20,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
namespace WPinternals
{
@@ -19,8 +19,6 @@
// DEALINGS IN THE SOFTWARE.
using System;
using System.IO;
using System.Linq;
namespace WPinternals
{
@@ -20,8 +20,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
namespace WPinternals
{
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Security.Cryptography;
@@ -20,7 +20,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
namespace WPinternals
@@ -21,7 +21,6 @@
using MadWizard.WinUSBNet;
using System;
using System.Diagnostics.Eventing.Reader;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
@@ -21,7 +21,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Security.Policy;
using System.Threading;
using System.Threading.Tasks;
-1
View File
@@ -20,7 +20,6 @@
using Microsoft.Win32;
using System;
using System.Linq;
using System.Windows;
namespace WPinternals
+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
{