diff --git a/BasicRotations/Melee/SAM_Default.cs b/BasicRotations/Melee/SAM_Default.cs index 1157ecf..97a6d82 100644 --- a/BasicRotations/Melee/SAM_Default.cs +++ b/BasicRotations/Melee/SAM_Default.cs @@ -1,8 +1,4 @@ -using System.Diagnostics; -using static FFXIVClientStructs.FFXIV.Client.UI.Info.InfoProxyCommonList; -using static FFXIVClientStructs.FFXIV.Client.UI.Misc.CharaViewPortrait.Delegates; - -namespace DefaultRotations.Melee; +namespace DefaultRotations.Melee; [Rotation("Default", CombatType.PvE, GameVersion = "7.00")] [SourceCode(Path = "main/DefaultRotations/Melee/SAM_Default.cs")]