diff --git a/BMGEditor/IO/BMG.cs b/BMGEditor/FS/BMG.cs similarity index 100% rename from BMGEditor/IO/BMG.cs rename to BMGEditor/FS/BMG.cs diff --git a/BMGEditor/IO/Bcsv.cs b/BMGEditor/FS/Bcsv.cs similarity index 100% rename from BMGEditor/IO/Bcsv.cs rename to BMGEditor/FS/Bcsv.cs diff --git a/BMGEditor/IO/RarcFilesystem.cs b/BMGEditor/FS/RarcFilesystem.cs similarity index 100% rename from BMGEditor/IO/RarcFilesystem.cs rename to BMGEditor/FS/RarcFilesystem.cs diff --git a/BMGEditor/UI/BMGEditForm.Methods.cs b/BMGEditor/UI/BMGEditForm.Methods.cs index 4daf7a7..0d7e85f 100644 --- a/BMGEditor/UI/BMGEditForm.Methods.cs +++ b/BMGEditor/UI/BMGEditForm.Methods.cs @@ -1,9 +1,5 @@ using System; using System.Windows.Forms; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace BMGEditor {