Skip to content

Commit

Permalink
More unnecessary using directives
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Oct 13, 2017
1 parent a1af725 commit 3a19ff8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions ModuleManager/Command.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ModuleManager
{
Expand Down
3 changes: 0 additions & 3 deletions ModuleManager/CommandParser.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ModuleManager
{
Expand Down
1 change: 0 additions & 1 deletion ModuleManager/Progress/PatchProgress.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using System;
using System.Collections.Generic;
using ModuleManager.Extensions;
using ModuleManager.Logging;
using NodeStack = ModuleManager.Collections.ImmutableStack<ConfigNode>;
Expand Down

0 comments on commit 3a19ff8

Please sign in to comment.