Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Remove unused directives
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrofigo committed Dec 19, 2024
1 parent 6ca8191 commit 0df1da9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions VoxReader.UnitTests/Matrix3Tests.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using FluentAssertions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Xunit;

namespace VoxReader.UnitTests
Expand Down
2 changes: 0 additions & 2 deletions VoxReader/Helper.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using VoxReader.Exceptions;
using VoxReader.Interfaces;
Expand Down
2 changes: 0 additions & 2 deletions build/Configuration.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using System;
using System.ComponentModel;
using System.Linq;
using Nuke.Common.Tooling;

[TypeConverter(typeof(TypeConverter<Configuration>))]
Expand Down

0 comments on commit 0df1da9

Please sign in to comment.