Skip to content

Commit

Permalink
remove unneeded using directives
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas O'Connor committed May 31, 2016
1 parent 9baf074 commit 3c97b7b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 20 deletions.
20 changes: 10 additions & 10 deletions TilandisGUI/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 0 additions & 7 deletions TilandisGUI/Form1.cs
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.IO;
Expand Down
3 changes: 0 additions & 3 deletions TilandisGUI/Program.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace TilandisGUI {
Expand Down

0 comments on commit 3c97b7b

Please sign in to comment.