Skip to content

Commit

Permalink
Removes some unused usings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Richardson committed Jan 24, 2018
1 parent 17c6b0a commit c4c9f8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
7 changes: 1 addition & 6 deletions Sharpasonne.Tests/Rules/SpaceIsEmptyRuleTests.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Linq;
using Sharpasonne.GameActions;
using Sharpasonne.Rules;
using Xunit;
using Moq;
using Optional.Unsafe;
using Sharpasonne.Models;
using Sharpasonne.Models.Features;

namespace Sharpasonne.Tests.Rules
{
Expand Down
10 changes: 1 addition & 9 deletions Sharpasonne.Tests/Rules/UniqueTileInstanceRuleTests.cs
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
using System.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Security.Cryptography;
using Sharpasonne.GameActions;
using Sharpasonne.GameActions;
using Sharpasonne.Rules;
using Xunit;
using Moq;
using Optional.Unsafe;
using Sharpasonne.Models;
using Sharpasonne.Models.Features;

namespace Sharpasonne.Tests.Rules
{
Expand Down
5 changes: 0 additions & 5 deletions Sharpasonne/Rules/SpaceIsEmptyRule.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using Sharpasonne;
using Sharpasonne.GameActions;
using Sharpasonne.Models;

namespace Sharpasonne.Rules
{
Expand Down

0 comments on commit c4c9f8b

Please sign in to comment.