Skip to content

Commit

Permalink
Remove unnecessary usings
Browse files Browse the repository at this point in the history
  • Loading branch information
canton7 committed Oct 27, 2015
1 parent 98847a1 commit 94e8e08
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
5 changes: 1 addition & 4 deletions src/StateMechanic/Event.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;

namespace StateMechanic
namespace StateMechanic
{
/// <summary>
/// An event, which can be fired to trigger a transition from one state to antoher
Expand Down
4 changes: 1 addition & 3 deletions src/StateMechanic/Event`1.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;

namespace StateMechanic
namespace StateMechanic
{
/// <summary>
/// An event, which can be fired with some event data to trigger a transition from one state to antoher
Expand Down
1 change: 0 additions & 1 deletion src/StateMechanic/State.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;

namespace StateMechanic
{
Expand Down
2 changes: 0 additions & 2 deletions src/StateMechanic/StateGroup.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;

namespace StateMechanic
{
Expand Down

0 comments on commit 94e8e08

Please sign in to comment.