From 4dc46c77bee34b6b886aff9ee8cff72b6a447ed3 Mon Sep 17 00:00:00 2001 From: Liza Carvelli Date: Wed, 4 Oct 2023 23:35:32 +0200 Subject: [PATCH] Cleanup --- Deliveroo/External/DalamudReflector.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Deliveroo/External/DalamudReflector.cs b/Deliveroo/External/DalamudReflector.cs index e1a0df2..83747ac 100644 --- a/Deliveroo/External/DalamudReflector.cs +++ b/Deliveroo/External/DalamudReflector.cs @@ -1,8 +1,4 @@ -using Dalamud.Game; -using Dalamud.Logging; - - -using Dalamud.Plugin; +using Dalamud.Plugin; using System; using System.Collections.Generic; using System.Reflection;