Clean up usings
This commit is contained in:
parent
ca2c89478f
commit
ab5d130bb5
5 changed files with 4 additions and 23 deletions
|
@ -1,6 +1,4 @@
|
||||||
using static FFXIVClientStructs.FFXIV.Client.UI.AddonRelicNoteBook;
|
using System.Globalization;
|
||||||
using System.Collections;
|
|
||||||
using System.Globalization;
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace CustomResolution.Cmds;
|
namespace CustomResolution.Cmds;
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
using CustomResolution.WndProcHookManagerProxyApi;
|
using Dalamud.Hooking;
|
||||||
using Dalamud.Hooking;
|
|
||||||
using Serilog.Events;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
|
||||||
using System.Reflection.Emit;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using TerraFX.Interop.Windows;
|
using TerraFX.Interop.Windows;
|
||||||
|
|
||||||
|
|
||||||
namespace CustomResolution.Hooks;
|
namespace CustomResolution.Hooks;
|
||||||
|
|
||||||
// THIS. IS. UGLY.
|
// THIS. IS. UGLY.
|
||||||
|
|
|
@ -1,13 +1,8 @@
|
||||||
using CustomResolution.WndProcHookManagerProxyApi;
|
using Dalamud.Hooking;
|
||||||
using Dalamud.Hooking;
|
|
||||||
using Serilog.Events;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
|
||||||
using System.Reflection.Emit;
|
|
||||||
using System.Runtime.InteropServices;
|
using System.Runtime.InteropServices;
|
||||||
using TerraFX.Interop.Windows;
|
using TerraFX.Interop.Windows;
|
||||||
|
|
||||||
|
|
||||||
namespace CustomResolution.Hooks;
|
namespace CustomResolution.Hooks;
|
||||||
|
|
||||||
// THIS. IS. UGLY.
|
// THIS. IS. UGLY.
|
||||||
|
|
|
@ -1,12 +1,10 @@
|
||||||
using CustomResolution.WndProcHookManagerProxyApi;
|
using CustomResolution.WndProcHookManagerProxyApi;
|
||||||
using Serilog.Events;
|
|
||||||
using System;
|
using System;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Reflection.Emit;
|
using System.Reflection.Emit;
|
||||||
using TerraFX.Interop.Windows;
|
using TerraFX.Interop.Windows;
|
||||||
using static TerraFX.Interop.Windows.Windows;
|
using static TerraFX.Interop.Windows.Windows;
|
||||||
|
|
||||||
|
|
||||||
namespace CustomResolution.Hooks;
|
namespace CustomResolution.Hooks;
|
||||||
|
|
||||||
// THIS. IS. UGLY.
|
// THIS. IS. UGLY.
|
||||||
|
|
|
@ -1,19 +1,14 @@
|
||||||
using CustomResolution.Hooks;
|
using Dalamud.Game.ClientState.Keys;
|
||||||
using Dalamud.Game.ClientState.Keys;
|
|
||||||
using Dalamud.IoC;
|
|
||||||
using Dalamud.Plugin;
|
using Dalamud.Plugin;
|
||||||
using Dalamud.Plugin.Services;
|
using Dalamud.Plugin.Services;
|
||||||
using FFXIVClientStructs.FFXIV.Client.Graphics.Kernel;
|
using FFXIVClientStructs.FFXIV.Client.Graphics.Kernel;
|
||||||
using FFXIVClientStructs.FFXIV.Client.System.Framework;
|
using FFXIVClientStructs.FFXIV.Client.System.Framework;
|
||||||
using FFXIVClientStructs.FFXIV.Client.UI;
|
|
||||||
using FFXIVClientStructs.FFXIV.Common.Lua;
|
|
||||||
using FFXIVClientStructs.Interop;
|
using FFXIVClientStructs.Interop;
|
||||||
using ImGuiNET;
|
using ImGuiNET;
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using TerraFX.Interop.Windows;
|
using TerraFX.Interop.Windows;
|
||||||
using static Dalamud.Interface.Utility.Raii.ImRaii;
|
|
||||||
using static TerraFX.Interop.Windows.Windows;
|
using static TerraFX.Interop.Windows.Windows;
|
||||||
|
|
||||||
namespace CustomResolution;
|
namespace CustomResolution;
|
||||||
|
|
Loading…
Add table
Reference in a new issue