mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-25 13:57:45 +00:00
Remove unused directives
This commit is contained in:
parent
8f13fdfaba
commit
22ee1a93a6
2 changed files with 0 additions and 9 deletions
|
@ -1,6 +1,4 @@
|
|||
using System;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using EmbedIO;
|
||||
using EmbedIO.Routing;
|
||||
using EmbedIO.WebApi;
|
||||
|
|
|
@ -1,17 +1,10 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Net.Http;
|
||||
using System.Threading.Tasks;
|
||||
using Dalamud.Game.Command;
|
||||
using Dalamud.Interface.Windowing;
|
||||
using Dalamud.IoC;
|
||||
using Dalamud.Plugin;
|
||||
using Dalamud.Plugin.Services;
|
||||
using EmbedIO;
|
||||
using EmbedIO.Routing;
|
||||
using EmbedIO.WebApi;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace Auracite;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue