aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Ui/Widgets/ProfileDialog.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Ryujinx/Ui/Widgets/ProfileDialog.cs')
-rw-r--r--Ryujinx/Ui/Widgets/ProfileDialog.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Ryujinx/Ui/Widgets/ProfileDialog.cs b/Ryujinx/Ui/Widgets/ProfileDialog.cs
index 96b44d24..242e8bd7 100644
--- a/Ryujinx/Ui/Widgets/ProfileDialog.cs
+++ b/Ryujinx/Ui/Widgets/ProfileDialog.cs
@@ -1,8 +1,7 @@
using Gtk;
+using Ryujinx.Ui.Common.Configuration;
using System;
using System.Reflection;
-using Ryujinx.Ui.Common.Configuration;
-
using GUI = Gtk.Builder.ObjectAttribute;
namespace Ryujinx.Ui.Widgets