Skip to content

Commit 4112e25

Browse files
committed
clean usings
1 parent 2a7f8c1 commit 4112e25

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

CSharpRegexTools4Npp/Main.cs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,17 @@
11
// NPP plugin platform for .Net v0.91.57 by Kasper B. Graversen etc.
2-
using CSharpRegexTools4Npp.Forms;
32
using CSharpRegexTools4Npp.PluginInfrastructure;
43
using CSharpRegexTools4Npp.Utils;
4+
using RegexDialog;
55
using System;
6-
using System.Collections.Generic;
76
using System.Diagnostics;
87
using System.Drawing;
9-
using System.Drawing.Imaging;
108
using System.IO;
119
using System.Linq;
1210
using System.Reflection;
1311
using System.Runtime.InteropServices;
14-
using System.Text;
15-
using System.Text.RegularExpressions;
16-
using System.Threading;
1712
using System.Windows;
1813
using System.Windows.Input;
1914
using System.Windows.Interop;
20-
using static CSharpRegexTools4Npp.PluginInfrastructure.Win32;
21-
using PluginNetResources = CSharpRegexTools4Npp.Properties.Resources;
22-
using RegexDialog;
2315

2416
namespace CSharpRegexTools4Npp
2517
{

0 commit comments

Comments
 (0)