Skip to content

Commit

Permalink
Unnecessary using directives
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Sep 15, 2017
1 parent cacc840 commit c00735d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions ModuleManager/Extensions/ConfigNodeExtensions.cs
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ModuleManager.Extensions
{
Expand Down
1 change: 0 additions & 1 deletion ModuleManager/PatchExtractor.cs
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
using ModuleManager.Extensions;

Expand Down
3 changes: 0 additions & 3 deletions ModuleManagerTests/Extensions/ConfigNodeExtensionsTest.cs
@@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Xunit;
using TestUtils;
using ModuleManager.Extensions;
Expand Down

0 comments on commit c00735d

Please sign in to comment.