diff --git a/BatteryWidget/BatteryGraph.cs b/BatteryWidget/BatteryGraph.cs index e011ce5..a3e4a94 100644 --- a/BatteryWidget/BatteryGraph.cs +++ b/BatteryWidget/BatteryGraph.cs @@ -1,7 +1,5 @@ -using System; -using System.Collections.Generic; +using System.Collections.Generic; using System.Drawing; -using System.Text; namespace BatteryWidget { diff --git a/BatteryWidget/Program.cs b/BatteryWidget/Program.cs index 8127dad..4ea0292 100644 --- a/BatteryWidget/Program.cs +++ b/BatteryWidget/Program.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Windows.Forms; namespace BatteryWidget {