aboutsummaryrefslogtreecommitdiff
path: root/src/Ribbon
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ribbon')
-rw-r--r--src/Ribbon/RibbonController.cs9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/Ribbon/RibbonController.cs b/src/Ribbon/RibbonController.cs
index 9011a43..7a514bd 100644
--- a/src/Ribbon/RibbonController.cs
+++ b/src/Ribbon/RibbonController.cs
@@ -1,10 +1,9 @@
-using System.Runtime.InteropServices;
-using System.Windows.Forms;
-using ExcelDna.Integration.CustomUI;
-using RehauSku.PriceListTools;
+using ExcelDna.Integration.CustomUI;
using RehauSku.Forms;
+using RehauSku.PriceListTools;
using System;
-using System.Collections.Generic;
+using System.Runtime.InteropServices;
+using System.Windows.Forms;
namespace RehauSku.Ribbon
{