Skip to content

Commit

Permalink
Removed unnecessary usings
Browse files Browse the repository at this point in the history
  • Loading branch information
daredloco committed Oct 23, 2020
1 parent 0d52be1 commit e8d7393
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 0 additions & 2 deletions GitInstaller/GitInstaller/Installer.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Net;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using Newtonsoft.Json;
Expand Down
12 changes: 1 addition & 11 deletions GitInstaller/GitInstaller/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
using Microsoft.Win32;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace GitInstaller
{
Expand Down
4 changes: 0 additions & 4 deletions GitInstaller/GitInstaller/Settings.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using Newtonsoft.Json;

Expand Down

0 comments on commit e8d7393

Please sign in to comment.