mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Sort and removed usings.
This commit is contained in:
@@ -38,12 +38,12 @@ using System.Runtime.InteropServices;
|
||||
using System.Text.RegularExpressions;
|
||||
using DiscImageChef.CommonTypes;
|
||||
using DiscImageChef.Console;
|
||||
using DiscImageChef.ImagePlugins;
|
||||
using DiscImageChef.Filters;
|
||||
using DiscImageChef.ImagePlugins;
|
||||
|
||||
namespace DiscImageChef.DiscImages
|
||||
{
|
||||
public class VMware : ImagePlugin
|
||||
public class VMware : ImagePlugin
|
||||
{
|
||||
#region Internal constants
|
||||
const uint VMwareExtentMagic = 0x564D444B;
|
||||
|
||||
Reference in New Issue
Block a user