Remove unnecessary usings

This commit is contained in:
IceStormNG
2024-03-01 07:49:53 +01:00
parent 54dcb46527
commit 4af2bf63c7
4 changed files with 3 additions and 21 deletions

View File

@@ -1,9 +1,4 @@
using System; using System.Diagnostics;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using RTSSSharedMemoryNET; using RTSSSharedMemoryNET;
namespace GHelper.AutoTDP.FramerateSource namespace GHelper.AutoTDP.FramerateSource

View File

@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GHelper.AutoTDP namespace GHelper.AutoTDP
{ {
public class GameProfile public class GameProfile

View File

@@ -1,8 +1,6 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GHelper.AutoTDP.PowerLimiter namespace GHelper.AutoTDP.PowerLimiter
{ {

View File

@@ -1,10 +1,4 @@
using HidSharp.Reports.Units; using Ryzen;
using Ryzen;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GHelper.AutoTDP.PowerLimiter namespace GHelper.AutoTDP.PowerLimiter
{ {