removed unused imports

This commit is contained in:
2021-05-27 16:13:35 +02:00
parent d513ef756d
commit cd06d53130
2 changed files with 1 additions and 13 deletions

View File

@@ -1,11 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Security.Cryptography;
using System.Text;
using System.Threading.Tasks;
namespace EZPPClient_Installer
namespace EZPPClient_Installer
{
class MD5File
{