diff --git a/SabreTools.Library/DatFiles/DatHeader.cs b/SabreTools.Library/DatFiles/DatHeader.cs
index 461207cf..3e187393 100644
--- a/SabreTools.Library/DatFiles/DatHeader.cs
+++ b/SabreTools.Library/DatFiles/DatHeader.cs
@@ -210,18 +210,6 @@ namespace SabreTools.Library.DatFiles
[JsonIgnore]
public bool RemoveExtension { get; set; }
- ///
- /// Input depot information
- ///
- [JsonIgnore]
- public DepotInformation InputDepot { get; set; }
-
- ///
- /// Output depot information
- ///
- [JsonIgnore]
- public DepotInformation OutputDepot { get; set; }
-
///
/// Output the machine name
///
@@ -246,6 +234,22 @@ namespace SabreTools.Library.DatFiles
#endregion
+ #region Depot Information
+
+ ///
+ /// Input depot information
+ ///
+ [JsonIgnore]
+ public DepotInformation InputDepot { get; set; }
+
+ ///
+ /// Output depot information
+ ///
+ [JsonIgnore]
+ public DepotInformation OutputDepot { get; set; }
+
+ #endregion
+
#endregion
#region Instance Methods