Move SupportedFileType to correct namespace

This commit is contained in:
Matt Nadareski
2023-03-13 21:54:40 -04:00
parent 866051c975
commit 3e97bd8d2d
2 changed files with 1 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
namespace BurnOutSharp
namespace BinaryObjectScanner.Utilities
{
/// <summary>
/// Subset of file types that are supported by the library

View File

@@ -2,7 +2,6 @@ using System;
using System.IO;
using System.Linq;
using System.Text;
using BurnOutSharp;
using BinaryObjectScanner.Compression;
using BinaryObjectScanner.Utilities;
using BinaryObjectScanner.Wrappers;