Skip to content

Commit

Permalink
Remove and sort usings.
Browse files Browse the repository at this point in the history
  • Loading branch information
num0005 committed Jun 25, 2024
1 parent 58d54a1 commit e619561
Show file tree
Hide file tree
Showing 16 changed files with 25 additions and 79 deletions.
11 changes: 4 additions & 7 deletions Launcher/Documentation.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
using System.Collections.Generic;
using System.Text.Json;
using System.Text.Json.Serialization;
using System;
using System.Collections.Generic;
using System.IO;
using System.Reflection;
using Palit.TLSHSharp;
using System;
using System.ComponentModel;
using System.Windows.Input;
using System.Text.Json;
using System.Text.Json.Serialization;
using ToolkitLauncher.Utility;

namespace ToolkitLauncher
Expand Down
3 changes: 0 additions & 3 deletions Launcher/FBXHelper.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ToolkitLauncher.Properties;
using ToolkitLauncher.ToolkitInterface;
Expand Down
8 changes: 1 addition & 7 deletions Launcher/LightmapConfigSettings.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ToolkitLauncher
namespace ToolkitLauncher
{
public class LightmapConfigSettings
{
Expand Down
17 changes: 8 additions & 9 deletions Launcher/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,19 @@
using System.ComponentModel;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Runtime.Serialization;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Documents;
using System.Windows.Input;
using ToolkitLauncher.Properties;
using ToolkitLauncher.ToolkitInterface;
using System.Threading.Tasks;
using System.Windows.Navigation;
using System.Windows.Documents;
using System.Linq;
using System.Xml;
using System.Xml.Linq;
using System.Threading;
using System.Reflection;
using System.Runtime.Serialization;
using ToolkitLauncher.Properties;
using ToolkitLauncher.ToolkitInterface;

namespace ToolkitLauncher
{
Expand Down
2 changes: 0 additions & 2 deletions Launcher/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;

Expand Down
1 change: 0 additions & 1 deletion Launcher/ToolkitInterface/H1Toolkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using ToolkitLauncher.Utility;
using static ToolkitLauncher.ToolkitProfiles;

namespace ToolkitLauncher.ToolkitInterface
Expand Down
7 changes: 2 additions & 5 deletions Launcher/ToolkitInterface/H2Toolkit.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
using System;
using static ToolkitLauncher.ToolkitProfiles;
using System.IO;
using System.Threading;
using System.Diagnostics;
using ToolkitLauncher.Utility;

namespace ToolkitLauncher.ToolkitInterface
{
Expand Down
7 changes: 1 addition & 6 deletions Launcher/ToolkitInterface/H3ODSTToolkit.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Collections.Generic;
using System.Threading.Tasks;
using ToolkitLauncher.Utility;
using static ToolkitLauncher.ToolkitProfiles;
Expand Down
5 changes: 0 additions & 5 deletions Launcher/ToolkitInterface/H3Toolkit.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Documents;
using System.Windows.Shapes;
using ToolkitLauncher.Utility;
using static ToolkitLauncher.ToolkitProfiles;
using Path = System.IO.Path;
Expand Down
9 changes: 1 addition & 8 deletions Launcher/ToolkitInterface/H4Toolkit.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Collections.Generic;
using System.Threading.Tasks;
using System.Xml;
using ToolkitLauncher.Utility;
using static ToolkitLauncher.ToolkitProfiles;

namespace ToolkitLauncher.ToolkitInterface
Expand Down
8 changes: 1 addition & 7 deletions Launcher/ToolkitInterface/HRToolkit.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Threading;
using System.Threading.Tasks;
using System.Xml;
using ToolkitLauncher.Utility;
using static ToolkitLauncher.ToolkitProfiles;

namespace ToolkitLauncher.ToolkitInterface
Expand Down
1 change: 0 additions & 1 deletion Launcher/ToolkitProfiles.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Runtime.CompilerServices;
using System.Text.Json;
using System.Text.Json.Serialization;

Expand Down
7 changes: 1 addition & 6 deletions Launcher/UI/LauncherThemeSettings.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;
using System.Windows.Media;

namespace ToolkitLauncher.UI
Expand Down
12 changes: 5 additions & 7 deletions Launcher/Utility/GitHubReleases.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
using System;
using Octokit;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Net.Http;
using System.Reflection;
using Octokit;
using System.Diagnostics;
using System.IO;
using System.Net.Http;
using System.Reflection;
using System.Threading;
using System.Threading.Tasks;

namespace ToolkitLauncher.Utility
{
Expand Down
3 changes: 1 addition & 2 deletions Launcher/Utility/ManagedBlam.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Diagnostics;
using System.Diagnostics;
using System.IO;
using System.Windows.Forms;

Expand Down
3 changes: 0 additions & 3 deletions Launcher/Utility/PRTInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.InteropServices;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Shapes;
using ToolkitLauncher.Utility;
using Path = System.IO.Path;

namespace ToolkitLauncher.Utility
Expand Down

0 comments on commit e619561

Please sign in to comment.