refactor: remove useless imports

This commit is contained in:
Anna 2020-08-01 20:39:25 -04:00
parent 165205b40e
commit 7653eb72e4
2 changed files with 0 additions and 8 deletions

View File

@ -1,10 +1,6 @@
using Dalamud.Game.Command;
using Dalamud.Plugin;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Globetrotter {
public class GlobetrotterPlugin : IDalamudPlugin {

View File

@ -1,10 +1,6 @@
using Dalamud.Plugin;
using ImGuiNET;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Globetrotter {
class PluginUI {