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,8 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace GHelper.AutoTDP.PowerLimiter
{