REFACTOR: Sort and removed usings.

This commit is contained in:
2017-12-19 19:33:46 +00:00
parent 0a931cd04a
commit 6bab945453
12 changed files with 13 additions and 15 deletions

View File

@@ -30,9 +30,9 @@
// Copyright © 2011-2018 Natalia Portillo
// ****************************************************************************/
using System.IO;
using System.Security.Cryptography;
using System.Text;
using System.IO;
namespace DiscImageChef.Checksums
{