Skip to content

Commit 3b7f385

Browse files
author
Sébastien Geiser
committed
Clean usings
1 parent f940e54 commit 3b7f385

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

RegexDialog/RegExToolDialog.xaml.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
1-
using CSScriptLibrary;
1+
using CSScriptLibrary;
22
using ICSharpCode.AvalonEdit.Highlighting;
33
using ICSharpCode.AvalonEdit.Highlighting.Xshd;
44
using Microsoft.Win32;
55
using Newtonsoft.Json;
6-
using Newtonsoft.Json.Linq;
76
using Ookii.Dialogs.Wpf;
87
using System;
98
using System.Collections.Generic;
109
using System.Collections.ObjectModel;
1110
using System.Diagnostics;
1211
using System.IO;
1312
using System.Linq;
14-
using System.Net;
15-
using System.Net.Http;
1613
using System.Reflection;
1714
using System.Text;
1815
using System.Text.RegularExpressions;

0 commit comments

Comments
 (0)