Skip to content

Commit

Permalink
removed unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Sramek committed Feb 25, 2025
1 parent 99d8fe5 commit 0507052
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/PolylineAlgorithm/InvalidCoordinateException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace PolylineAlgorithm;

using PolylineAlgorithm.Internal;
using PolylineAlgorithm.Properties;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
Expand Down
1 change: 0 additions & 1 deletion src/PolylineAlgorithm/InvalidPolylineException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace PolylineAlgorithm;

using PolylineAlgorithm.Internal;
using PolylineAlgorithm.Properties;
using System;
using System.Diagnostics;
Expand Down
1 change: 0 additions & 1 deletion src/PolylineAlgorithm/InvalidReaderStateException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace PolylineAlgorithm;

using PolylineAlgorithm.Internal;
using PolylineAlgorithm.Properties;
using System;
using System.Diagnostics;
Expand Down
1 change: 0 additions & 1 deletion src/PolylineAlgorithm/InvalidWriterStateException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace PolylineAlgorithm;

using PolylineAlgorithm.Internal;
using PolylineAlgorithm.Properties;
using System;
using System.Diagnostics;
Expand Down
1 change: 0 additions & 1 deletion src/PolylineAlgorithm/Validation/CoordinateRange.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

namespace PolylineAlgorithm.Validation;

using PolylineAlgorithm.Internal;
using PolylineAlgorithm.Properties;
using System;
using System.Diagnostics;
Expand Down

0 comments on commit 0507052

Please sign in to comment.