Skip to content

Commit

Permalink
Remove unnecessary usings
Browse files Browse the repository at this point in the history
  • Loading branch information
canton7 committed Aug 25, 2015
1 parent b252404 commit ce245fc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 1 addition & 5 deletions src/StateMechanic/IStateGroup.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Collections.Generic;

namespace StateMechanic
{
Expand Down
2 changes: 0 additions & 2 deletions src/StateMechanic/StateGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace StateMechanic
{
Expand Down
1 change: 0 additions & 1 deletion src/StateMechanic/StateMachineInner.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Diagnostics;

namespace StateMechanic
{
Expand Down

0 comments on commit ce245fc

Please sign in to comment.