Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
REMOVE: additional imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jshackles committed Jan 5, 2017
1 parent 6b0567d commit 82aaf75
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
8 changes: 1 addition & 7 deletions Source/IdleMaster/Statistics.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace IdleMaster
namespace IdleMaster
{
public class Statistics
{
Expand Down
1 change: 0 additions & 1 deletion Source/IdleMaster/frmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
using System.Threading;
using System.Threading.Tasks;
using System.Windows.Forms;
using System.Xml;
using IdleMaster.Properties;
using Newtonsoft.Json;
using Steamworks;
Expand Down
1 change: 0 additions & 1 deletion Source/IdleMaster/frmSettings.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Windows.Forms;
using IdleMaster.Properties;
using System.Globalization;
using System.Threading;
using System.Text.RegularExpressions;

Expand Down
7 changes: 0 additions & 7 deletions Source/IdleMaster/frmStatistics.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;

namespace IdleMaster
Expand Down

0 comments on commit 82aaf75

Please sign in to comment.