mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-08-10 01:51:15 +10:00
Code cleanup
This commit is contained in:
@@ -24,7 +24,6 @@ namespace DiscUtils.Fat
|
||||
{
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Text;
|
||||
|
||||
internal class DirectoryEntry
|
||||
{
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
namespace DiscUtils.Fat
|
||||
{
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
internal class FileAllocationTable
|
||||
|
||||
@@ -22,8 +22,8 @@
|
||||
|
||||
namespace DiscUtils.Fat
|
||||
{
|
||||
using System.IO;
|
||||
using DiscUtils.Vfs;
|
||||
using System.IO;
|
||||
|
||||
[VfsFileSystemFactory]
|
||||
internal class FileSystemFactory : VfsFileSystemFactory
|
||||
|
||||
Reference in New Issue
Block a user