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

@@ -31,8 +31,8 @@
// ****************************************************************************/
using System;
using System.Text;
using System.IO;
using System.Text;
namespace DiscImageChef.Checksums
{