Skip to content

Commit e746cc9

Browse files
committed
clean usings
1 parent db447ad commit e746cc9

13 files changed

+25
-13
lines changed

FluentCommandLineParser.Tests/FluentCommandLineParser/when_executing_parse_operation/with_a_parser_engine_that_is_custom.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#endregion
2424

2525
using System.Collections.Generic;
26-
using Fclp.Internals;
2726
using Fclp.Internals.Parsing;
2827
using Fclp.Tests.FluentCommandLineParser.TestContext;
2928
using Machine.Specifications;

FluentCommandLineParser.Tests/FluentCommandLineParser/when_executing_parse_operation/with_options_that_have_not_been_setup.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
using System.Collections.Generic;
2626
using System.Linq;
27-
using Fclp.Internals;
2827
using Fclp.Internals.Parsing;
2928
using Fclp.Tests.FluentCommandLineParser.TestContext;
3029
using Machine.Specifications;

FluentCommandLineParser.Tests/HelperExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
// POSSIBILITY OF SUCH DAMAGE.
2323
#endregion
2424

25-
using Fclp.Internals;
2625
using Fclp.Internals.Parsing;
2726

2827
namespace FluentCommandLineParser.Tests

FluentCommandLineParser.Tests/Internals/CommandLineOptionGrouperTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
// POSSIBILITY OF SUCH DAMAGE.
2323
#endregion
2424

25-
using Fclp.Internals;
2625
using Fclp.Internals.Parsing;
2726
using Machine.Specifications;
2827

FluentCommandLineParser.Tests/Internals/CommandLineOptionParserFactoryTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
using System;
2626
using Fclp;
27-
using Fclp.Internals;
2827
using Fclp.Internals.Parsing.OptionParsers;
2928
using Moq;
3029
using NUnit.Framework;

FluentCommandLineParser.Tests/Internals/CommandLineParserEngine/Behaviour/NoResultsBehaviour.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
using System;
2626
using System.Collections.Generic;
27-
using Fclp.Internals;
2827
using Fclp.Internals.Parsing;
2928
using Machine.Specifications;
3029

FluentCommandLineParser.Tests/Internals/CommandLineParserEngine/TestContext/CommandLineParserEngineTestContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424

2525
using System.Collections.Generic;
2626
using System.Linq;
27-
using Fclp.Internals;
2827
using Fclp.Internals.Parsing;
2928
using Machine.Specifications;
3029

FluentCommandLineParser.Tests/Internals/CommandLineParserEngine/when_arg_contains_key_and_value_assignment_but_no_value.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
// POSSIBILITY OF SUCH DAMAGE.
2323
#endregion
2424

25-
using Fclp.Internals;
2625
using Fclp.Internals.Parsing;
2726
using Fclp.Tests.CommandLineParserEngine;
2827
using Machine.Specifications;

FluentCommandLineParser.Tests/Internals/CommandLineParserEngine/when_args_contains_a_boolean_option_that_ends_with_no_sign.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
// POSSIBILITY OF SUCH DAMAGE.
2323
#endregion
2424

25-
using Fclp.Internals;
2625
using Fclp.Internals.Parsing;
2726
using Machine.Specifications;
2827

FluentCommandLineParser.Tests/Internals/CommandLineParserEngineMark2Tests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#endregion
2424

2525
using System.Linq;
26-
using Fclp.Internals;
2726
using Fclp.Internals.Extensions;
2827
using Fclp.Internals.Parsing;
2928
using Machine.Specifications;

0 commit comments

Comments
 (0)